Skip to content

Commit

Permalink
Fix improper publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Sep 13, 2018
1 parent 9566845 commit fb5bd04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ bintray {
}
}

bintrayUpload.doFirst {
bintrayUpload.versionName = project.version
}

publishing {
publications {
maven(MavenPublication) {
Expand Down

0 comments on commit fb5bd04

Please sign in to comment.