Skip to content

Commit 53191d5

Browse files
authored
fix: update nexus publishing uris (#153)
Signed-off-by: Nicklas Lundin <[email protected]>
1 parent 7ad216f commit 53191d5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ version = project.extra["version"].toString()
1919
nexusPublishing {
2020
this.repositories {
2121
sonatype {
22-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
23-
snapshotRepositoryUrl.set(
24-
uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
25-
)
22+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
23+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
2624
username = System.getenv("OSSRH_USERNAME")
2725
password = System.getenv("OSSRH_PASSWORD")
2826
}

0 commit comments

Comments
 (0)