Skip to content

Commit 83e8f96

Browse files
authored
small tweak (#435)
1 parent 9cede06 commit 83e8f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version = System.getenv("RELEASE_VERSION")
2222
nexusPublishing {
2323
repositories {
2424
sonatype {
25-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
25+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
2626
username = System.getenv("MAVEN_USERNAME")
2727
password = System.getenv("MAVEN_PASSWORD")
2828
stagingProfileId = System.getenv("MAVEN_PROFILE_ID")

0 commit comments

Comments
 (0)