Skip to content

Commit

Permalink
Disabled Maven Central releases
Browse files Browse the repository at this point in the history
Until #351 is fixed, let's avoid automated publications to Maven Central
  • Loading branch information
mockitoguy authored Feb 1, 2021
1 parent 46071ee commit 11ad429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/shipkit.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bintray {

version {
mavenCentralSync {
sync = true
//sync = true // enable after #351 is fixed. In the meantime, we will publish to Maven Central from Bintray UI
user = System.env.NEXUS_TOKEN_USER
password = System.env.NEXUS_TOKEN_PWD
}
Expand Down

0 comments on commit 11ad429

Please sign in to comment.