We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46071ee commit 11ad429Copy full SHA for 11ad429
gradle/shipkit.gradle
@@ -43,7 +43,7 @@ bintray {
43
44
version {
45
mavenCentralSync {
46
- sync = true
+ //sync = true // enable after #351 is fixed. In the meantime, we will publish to Maven Central from Bintray UI
47
user = System.env.NEXUS_TOKEN_USER
48
password = System.env.NEXUS_TOKEN_PWD
49
}
0 commit comments