Skip to content

Commit 24d23f8

Browse files
committed
enable central sync
1 parent 7f1c239 commit 24d23f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bintray {
6060
passphrase = findProperty('gpgPassphrase')
6161
}
6262
mavenCentralSync {
63-
sync = false
63+
sync = true
6464
user = findProperty('sonatypeUser')
6565
password = findProperty('sonatypePassword')
6666
}

0 commit comments

Comments
 (0)