Skip to content

Commit 03962c2

Browse files
committed
New sonatype publish urls.
1 parent 7338fea commit 03962c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ subprojects {
8787
nexusPublishing {
8888
repositories {
8989
sonatype {
90+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
91+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
9092
username = sonatypeUsername
9193
password = sonatypePassword
9294
}

0 commit comments

Comments
 (0)