Skip to content

Commit e5e2e59

Browse files
committed
Publish to Maven Central via Sonatype Central
1 parent 0228cd9 commit e5e2e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/publish-root.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ nexusPublishing {
2828
stagingProfileId = sonatypeStagingProfileId
2929
username = ossrhUsername
3030
password = ossrhPassword
31-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
32-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
31+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
32+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)