Skip to content

Commit

Permalink
Fix bintray config to use project version
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Sep 28, 2020
1 parent faa9edd commit b75494c
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 @@ -114,7 +114,7 @@ bintray {
licenses = ['MIT']
vcsUrl = 'https://github.com/JeffersonLab/jlog.git'
version {
name = '4.0.0'
name = project.version
}
}
}

0 comments on commit b75494c

Please sign in to comment.