Skip to content

Commit

Permalink
Merge pull request #27 from palantir/feature/enable-auto-publish-on-c…
Browse files Browse the repository at this point in the history
…ircle-publish

Allow circle to auto-publish
  • Loading branch information
hpryce committed Mar 8, 2016
2 parents 6badc29 + 021abb9 commit 5052862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ bintray {
licenses = ['Apache-2.0']
publications = ['bintray']
}
publish = true;
}

bintrayUpload.onlyIf {
Expand Down

0 comments on commit 5052862

Please sign in to comment.