Skip to content

Commit 72b0a2b

Browse files
committed
Merge pull request #33 from palantir/autopublish
Automatically publish builds on Bintray
2 parents 116efaf + 44b9ce4 commit 72b0a2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ publishing {
6262
bintray {
6363
user = System.env.BINTRAY_USER
6464
key = System.env.BINTRAY_KEY
65+
publish = true
6566
pkg {
6667
repo = 'releases'
6768
name = 'gradle-git-version'

0 commit comments

Comments
 (0)