Skip to content

Commit

Permalink
fix gradle publishing setup (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
uschi2000 authored Aug 4, 2016
1 parent b842c45 commit daf5195
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ repositories {

subprojects {
apply plugin: 'com.jfrog.bintray'
bintrayUpload.onlyIf {
project.version.isTag == true
}

group = 'com.palantir'
version = gitVersion()
Expand Down

0 comments on commit daf5195

Please sign in to comment.