Skip to content

Commit

Permalink
set bintray.pkg.name to project.name instead of 'jrestless'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbilger committed Aug 17, 2016
1 parent 9187fab commit 5b362d1
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 @@ -73,7 +73,7 @@ subprojects {
key = bintrayKey
pkg {
repo = 'maven'
name = 'jrestless'
name = "$project.name"
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/bbilger/jrestless.git'
issueTrackerUrl = 'https://github.com/bbilger/jrestless/issues'
Expand Down

0 comments on commit 5b362d1

Please sign in to comment.