Skip to content

Commit 9bb07e2

Browse files
authored
Merge pull request #336 from mockito/mockitoguy-patch-1
Temporarily disable the maven central sync
2 parents 28d7d48 + f561e34 commit 9bb07e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/shipkit.gradle

+1-1
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)