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 7ad216f commit 53191d5Copy full SHA for 53191d5
build.gradle.kts
@@ -19,10 +19,8 @@ version = project.extra["version"].toString()
19
nexusPublishing {
20
this.repositories {
21
sonatype {
22
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
23
- snapshotRepositoryUrl.set(
24
- uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
25
- )
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
26
username = System.getenv("OSSRH_USERNAME")
27
password = System.getenv("OSSRH_PASSWORD")
28
}
0 commit comments