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 ff68875 commit 5997a56Copy full SHA for 5997a56
build.gradle.kts
@@ -43,8 +43,8 @@ release {
43
nexusPublishing {
44
repositories {
45
sonatype {
46
- nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/"))
47
- snapshotRepositoryUrl.set(uri("https://aws.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/"))
48
username.set("${findProperty("aws.sonatype.username") ?: System.getenv("SONATYPE_USERNAME")}")
49
password.set("${findProperty("aws.sonatype.password") ?: System.getenv("SONATYPE_PASSWORD")}")
50
}
0 commit comments