Skip to content

Commit cf8ce07

Browse files
committed
Publish to sonotype central instead of OSSRH
1 parent 2981c84 commit cf8ce07

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
@@ -20,8 +20,8 @@ val ossrhPassword: String by project.ext
2020
nexusPublishing {
2121
this.repositories {
2222
sonatype {
23-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
24-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
23+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
24+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
2525

2626
username.set(ossrhUsername)
2727
password.set(ossrhPassword)

0 commit comments

Comments
 (0)