Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 553 Bytes

gradle-simple

Example Gradle project producing a single jar. Uses the maven plugin to publish the jar to the local repository.

https://jitpack.io/#jitpack/gradle-simple

To install the library add:

repositories { 
     jcenter()
     maven { url "https://jitpack.io" }
}
dependencies {
      compile 'com.github.jitpack:gradle-simple:1.0.5'
}