Skip to content

Commit c89bccf

Browse files
committed
turn off maven-central sync
1 parent 77cf1d9 commit c89bccf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,10 @@ if (bintrayUser != null && bintrayKey != null) {
355355

356356
gpg.sign = true
357357

358-
mavenCentralSync.apply {
359-
user = sonatypeUsername
360-
password = sonatypePassword
361-
}
358+
// mavenCentralSync.apply {
359+
// user = sonatypeUsername
360+
// password = sonatypePassword
361+
// }
362362
}
363363
}
364364
}

0 commit comments

Comments
 (0)