We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dda29e commit 0fbb1b1Copy full SHA for 0fbb1b1
build.gradle.kts
@@ -137,9 +137,8 @@ signing {
137
nexusPublishing {
138
repositories {
139
sonatype {
140
- val baseUri = uri("https://s01.oss.sonatype.org")
141
- nexusUrl.set(baseUri.resolve("/service/local/"))
142
- snapshotRepositoryUrl.set(baseUri.resolve("/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/"))
143
}
144
145
0 commit comments