Skip to content

Commit

Permalink
jar names changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jitpack-io committed Feb 6, 2015
1 parent 67094f6 commit 61864e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sourceSets {

sourceSets.all { set ->
def jarTask = task("${set.name}Jar", type: Jar) {
baseName = baseName + "-$set.name"
baseName = "$set.name"
from set.output
}

Expand Down

0 comments on commit 61864e5

Please sign in to comment.