Skip to content

Commit

Permalink
Merge pull request #58 from palantir/feature/publishing
Browse files Browse the repository at this point in the history
Gradle publish publishes x.y.z-rc? tags
  • Loading branch information
uschi2000 committed Feb 19, 2016
2 parents 349fba5 + 5c69c8f commit 3683418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bintray {
}

bintrayUpload.onlyIf {
project.version ==~ /\d+\.\d+\.\d+/
project.version ==~ /\d+\.\d+\.\d+(-rc[0-9]+)?/
}

bintrayUpload.dependsOn { generatePomFileForBintrayPublication }
Expand Down

0 comments on commit 3683418

Please sign in to comment.