Skip to content

Commit

Permalink
Publish RCs and alphas, part 2 (#150)
Browse files Browse the repository at this point in the history
...the gradling
  • Loading branch information
punya authored Dec 1, 2016
1 parent ebcf64d commit 9a9be3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bintray {
bintrayUpload.dependsOn 'generatePomFileForBintrayPublication', 'sourceJar', 'build'

bintrayUpload.onlyIf {
System.env.BINTRAY_USER && System.env.BINTRAY_KEY && project.version ==~ /\d+\.\d+\.\d+/
System.env.BINTRAY_USER && System.env.BINTRAY_KEY && project.version ==~ /[0-9]+(\.[0-9]+)+(-rc[0-9]+)?(-alpha[0-9]+)?/
}

pluginBundle {
Expand Down

0 comments on commit 9a9be3f

Please sign in to comment.