Skip to content

Commit 7827efa

Browse files
committed
feat: migrate from OSSRH to central repository
1 parent 4e9e8a9 commit 7827efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish-config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ nexusPublishing {
3030
stagingProfileId = sonatypeStagingProfileId
3131
username = ossrhUsername
3232
password = ossrhPassword
33-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
34-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
33+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
34+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)