We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c4288 commit 38b9969Copy full SHA for 38b9969
1 file changed
build.gradle.kts
@@ -45,8 +45,8 @@ if (sonatypeApiUser.isPresent && sonatypeApiKey.isPresent) {
45
repositories {
46
sonatype {
47
48
-// nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))
49
-// snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
50
51
username.set(sonatypeApiUser)
52
password.set(sonatypeApiKey)
0 commit comments