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 a38f1f5 commit 9483325Copy full SHA for 9483325
build.gradle.kts
@@ -86,8 +86,8 @@ subprojects
86
nexusPublishing {
87
repositories {
88
sonatype {
89
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
90
- 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/"))
91
92
username.set(System.getenv("MAVEN_CENTRAL_USERNAME") ?: return@sonatype)
93
password.set(System.getenv("MAVEN_CENTRAL_TOKEN") ?: return@sonatype)
0 commit comments