Skip to content

Commit 5997a56

Browse files
authored
Migrate to Sonatype Central (#426)
1 parent ff68875 commit 5997a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ release {
4343
nexusPublishing {
4444
repositories {
4545
sonatype {
46-
nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/"))
47-
snapshotRepositoryUrl.set(uri("https://aws.oss.sonatype.org/content/repositories/snapshots/"))
46+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
47+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
4848
username.set("${findProperty("aws.sonatype.username") ?: System.getenv("SONATYPE_USERNAME")}")
4949
password.set("${findProperty("aws.sonatype.password") ?: System.getenv("SONATYPE_PASSWORD")}")
5050
}

0 commit comments

Comments
 (0)