We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28d7d48 + f561e34 commit 9bb07e2Copy full SHA for 9bb07e2
gradle/shipkit.gradle
@@ -42,7 +42,7 @@ bintray {
42
43
version {
44
mavenCentralSync {
45
- sync = true
+ sync = false //TODO: set to true
46
user = System.env.NEXUS_TOKEN_USER
47
password = System.env.NEXUS_TOKEN_PWD
48
}
0 commit comments