Skip to content

Commit 9483325

Browse files
Update coordinates for the new publishing portal (#510)
1 parent a38f1f5 commit 9483325

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
@@ -86,8 +86,8 @@ subprojects
8686
nexusPublishing {
8787
repositories {
8888
sonatype {
89-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
90-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
89+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
90+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
9191

9292
username.set(System.getenv("MAVEN_CENTRAL_USERNAME") ?: return@sonatype)
9393
password.set(System.getenv("MAVEN_CENTRAL_TOKEN") ?: return@sonatype)

0 commit comments

Comments
 (0)