Skip to content

Commit 1a41382

Browse files
Fix maven publish repos (#36)
1 parent 7ea8959 commit 1a41382

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
@@ -40,8 +40,8 @@ spotless {
4040
nexusPublishing {
4141
repositories {
4242
sonatype {
43-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
44-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
43+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
44+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)