Skip to content

Commit 11ad429

Browse files
authored
Disabled Maven Central releases
Until #351 is fixed, let's avoid automated publications to Maven Central
1 parent 46071ee commit 11ad429

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
@@ -43,7 +43,7 @@ bintray {
4343

4444
version {
4545
mavenCentralSync {
46-
sync = true
46+
//sync = true // enable after #351 is fixed. In the meantime, we will publish to Maven Central from Bintray UI
4747
user = System.env.NEXUS_TOKEN_USER
4848
password = System.env.NEXUS_TOKEN_PWD
4949
}

0 commit comments

Comments
 (0)