Skip to content

Commit 65aa3f4

Browse files
Update Sonatype repository URLs in publish script
1 parent cd91ee4 commit 65aa3f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/publish-root.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ if (snapshot) {
3636
nexusPublishing {
3737
repositories {
3838
sonatype {
39+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
40+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3941
stagingProfileId = sonatypeStagingProfileId
4042
username = ossrhUsername
4143
password = ossrhPassword

0 commit comments

Comments
 (0)