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 2857a22 commit 2cc27a7Copy full SHA for 2cc27a7
build.gradle.kts
@@ -33,7 +33,7 @@ release {
33
nexusPublishing {
34
repositories {
35
sonatype {
36
- nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/"))
+ nexusUrl.set(uri("https://aws.oss.sonatype.org/service/local/"))
37
snapshotRepositoryUrl.set(uri("https://aws.oss.sonatype.org/content/repositories/snapshots/"))
38
username.set(System.getenv("PUBLISH_USERNAME"))
39
password.set(System.getenv("PUBLISH_PASSWORD"))
0 commit comments