Skip to content

Commit

Permalink
Gradle publish publishes x.y.z-rc? tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fink committed Feb 19, 2016
1 parent 349fba5 commit 5c69c8f
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 5c69c8f

Please sign in to comment.