Skip to content

Commit

Permalink
set bintray.pkg.version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bbilger committed Aug 17, 2016
1 parent 5b362d1 commit ab46ffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ subprojects {
websiteUrl = 'https://github.com/bbilger/jrestless'
githubRepo = 'bbilger/jrestless'
version {
name = "$version"
released = new Date()
vcsTag = 'v' + "$version"
name = "$globaleModuleVersion"
vcsTag = 'v' + "$globaleModuleVersion"
desc = "$globaleModuleVersion"
}
}
publications = ['BintrayPublication']
Expand Down

0 comments on commit ab46ffd

Please sign in to comment.