Skip to content

Commit ab46ffd

Browse files
author
bbilger
committed
set bintray.pkg.version correctly
1 parent 5b362d1 commit ab46ffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ subprojects {
8080
websiteUrl = 'https://github.com/bbilger/jrestless'
8181
githubRepo = 'bbilger/jrestless'
8282
version {
83-
name = "$version"
84-
released = new Date()
85-
vcsTag = 'v' + "$version"
83+
name = "$globaleModuleVersion"
84+
vcsTag = 'v' + "$globaleModuleVersion"
85+
desc = "$globaleModuleVersion"
8686
}
8787
}
8888
publications = ['BintrayPublication']

0 commit comments

Comments
 (0)