Skip to content

Commit f561e34

Browse files
authored
Temporarily disable the maven central sync
1 parent 28d7d48 commit f561e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/shipkit.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bintray {
4242

4343
version {
4444
mavenCentralSync {
45-
sync = true
45+
sync = false //TODO: set to true
4646
user = System.env.NEXUS_TOKEN_USER
4747
password = System.env.NEXUS_TOKEN_PWD
4848
}

0 commit comments

Comments
 (0)