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 9cede06 commit 83e8f96Copy full SHA for 83e8f96
build.gradle
@@ -22,7 +22,7 @@ version = System.getenv("RELEASE_VERSION")
22
nexusPublishing {
23
repositories {
24
sonatype {
25
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
26
username = System.getenv("MAVEN_USERNAME")
27
password = System.getenv("MAVEN_PASSWORD")
28
stagingProfileId = System.getenv("MAVEN_PROFILE_ID")
0 commit comments