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 6b1e49a commit 6107a97Copy full SHA for 6107a97
build.gradle.kts
@@ -99,8 +99,8 @@ subprojects {
99
nexusPublishing {
100
repositories {
101
sonatype {
102
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
103
- 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/"))
104
username.set(System.getenv("MAVEN_USERNAME"))
105
password.set(System.getenv("MAVEN_PASSWORD"))
106
}
0 commit comments