Skip to content

Commit 358289e

Browse files
committed
Update the publish url to the Sonatype Staging URL
1 parent 0f3e5ad commit 358289e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ tasks.named("dokkaJavadocCollector").configure {
3939
nexusPublishing {
4040
repositories {
4141
sonatype {
42-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
43-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
42+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
43+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
4444

4545
username.set(System.getenv("SONATYPE_USERNAME"))
4646
password.set(System.getenv("SONATYPE_PASSWORD"))

0 commit comments

Comments
 (0)