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 5903d26 commit 20f4bc3Copy full SHA for 20f4bc3
build.gradle
@@ -177,7 +177,7 @@ bintray {
177
sign = false
178
}
179
mavenCentralSync {
180
- sync = false //[Default: true] Determines whether to sync the version to Maven Central.
+ sync = true //[Default: true] Determines whether to sync the version to Maven Central.
181
user = System.getenv('OSS_USER') ?: project.findProperty('OSS_USER') ?: ''
182
password = System.getenv('OSS_PASS') ?: project.findProperty('OSS_PASS') ?: ''
183
close = '1'
0 commit comments