Skip to content

Commit

Permalink
[build] Fix Bamboo publications by removing onlyIf clause
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Jan 13, 2020
1 parent ed19733 commit 22ecb2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/setup.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ publishing {
}

artifactoryPublish {
onlyIf { project.hasProperty("artifactory_publish_password") }
//don't activate the onlyIf clause below yet, so that Bamboo builds will publish stuff...
//onlyIf { project.hasProperty("artifactory_publish_password")") }
publications(publishing.publications.mavenJava)
}

0 comments on commit 22ecb2e

Please sign in to comment.