We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 116efaf + 44b9ce4 commit 72b0a2bCopy full SHA for 72b0a2b
build.gradle
@@ -62,6 +62,7 @@ publishing {
62
bintray {
63
user = System.env.BINTRAY_USER
64
key = System.env.BINTRAY_KEY
65
+ publish = true
66
pkg {
67
repo = 'releases'
68
name = 'gradle-git-version'
0 commit comments