We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea8959 commit 1a41382Copy full SHA for 1a41382
1 file changed
build.gradle.kts
@@ -40,8 +40,8 @@ spotless {
40
nexusPublishing {
41
repositories {
42
sonatype {
43
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
44
- snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
45
}
46
47
0 commit comments