Skip to content

Commit

Permalink
Added sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
jitpack-io committed Feb 24, 2015
1 parent f6b28db commit 61e3d22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ repositories {
dependencies {
compile 'com.google.guava:guava:18.0'
}

task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}

artifacts {
archives sourcesJar
}

0 comments on commit 61e3d22

Please sign in to comment.