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 7e16d56 commit d7bd31dCopy full SHA for d7bd31d
gradle/shipkit.gradle
@@ -43,7 +43,7 @@ bintray {
43
44
version {
45
mavenCentralSync {
46
- sync = false //TODO: set to true
+ sync = true
47
user = System.env.NEXUS_TOKEN_USER
48
password = System.env.NEXUS_TOKEN_PWD
49
}
0 commit comments