Skip to content

Commit 3968795

Browse files
committed
1 parent ec9f979 commit 3968795

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
@@ -104,8 +104,8 @@ subprojects {
104104
nexusPublishing {
105105
repositories {
106106
sonatype {
107-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
108-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
107+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
108+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
109109
}
110110
}
111111
}

0 commit comments

Comments
 (0)