Skip to content

Commit d4a133a

Browse files
committed
Update publishing urls to central.sonatype.com
JAVA-5881
1 parent bc9fffe commit d4a133a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@ nexusPublishing {
3030
username = nexusUsername
3131
password = nexusPassword
3232

33-
snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
34-
nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))
35-
3633
// central portal URLs
37-
// nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
38-
// snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
34+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
35+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3936
}
4037
}
4138
}

0 commit comments

Comments
 (0)