Skip to content

Commit fb5bd04

Browse files
committed
Fix improper publish version
1 parent 9566845 commit fb5bd04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ bintray {
6666
}
6767
}
6868

69+
bintrayUpload.doFirst {
70+
bintrayUpload.versionName = project.version
71+
}
72+
6973
publishing {
7074
publications {
7175
maven(MavenPublication) {

0 commit comments

Comments
 (0)