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 7f1c239 commit 24d23f8Copy full SHA for 24d23f8
build.gradle
@@ -60,7 +60,7 @@ bintray {
60
passphrase = findProperty('gpgPassphrase')
61
}
62
mavenCentralSync {
63
- sync = false
+ sync = true
64
user = findProperty('sonatypeUser')
65
password = findProperty('sonatypePassword')
66
0 commit comments