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.
2 parents 070c30f + 84a6559 commit 0ddb871Copy full SHA for 0ddb871
build.gradle.kts
@@ -147,8 +147,8 @@ publishing {
147
nexusPublishing {
148
repositories {
149
sonatype {
150
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
151
- 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/"))
152
username.set(System.getenv("SONATYPE_USERNAME"))
153
password.set(System.getenv("SONATYPE_PASSWORD"))
154
}
0 commit comments