Skip to content

Commit

Permalink
Don't publish or sync while issues exist
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelcharman committed Jul 6, 2020
1 parent 685cdb3 commit 0e73e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ subprojects {
key = bintrayApiKey // set this in your ~/.gradle/gradle.properties file
publications = ['main'] // see publications closure
// dryRun = true
publish = true
publish = false
pkg {
repo = 'maven'
userOrg = 'concordion'
Expand All @@ -317,7 +317,7 @@ subprojects {
passphrase = bintrayPassphrase // set this in your ~/.gradle/gradle.properties file
}
mavenCentralSync {
sync = true
sync = false
user = sonatypeUsername // set this in your ~/.gradle/gradle.properties file
password = sonatypePassword // OSS user password// set this in your ~/.gradle/gradle.properties file
close = '1'
Expand Down

0 comments on commit 0e73e36

Please sign in to comment.