Skip to content

Commit

Permalink
Merge pull request #33 from palantir/autopublish
Browse files Browse the repository at this point in the history
Automatically publish builds on Bintray
  • Loading branch information
markelliot committed May 23, 2016
2 parents 116efaf + 44b9ce4 commit 72b0a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ publishing {
bintray {
user = System.env.BINTRAY_USER
key = System.env.BINTRAY_KEY
publish = true
pkg {
repo = 'releases'
name = 'gradle-git-version'
Expand Down

0 comments on commit 72b0a2b

Please sign in to comment.