We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9f979 commit 3968795Copy full SHA for 3968795
build.gradle.kts
@@ -104,8 +104,8 @@ subprojects {
104
nexusPublishing {
105
repositories {
106
sonatype {
107
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
108
- 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/"))
109
}
110
111
0 commit comments