Skip to content

Commit 5b367dd

Browse files
committed
chore: update sonatype url
1 parent 39ed725 commit 5b367dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

publish.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ if (secretPropsFile.exists()) {
2828
nexusPublishing {
2929
repositories {
3030
sonatype {
31+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
32+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3133
stagingProfileId = sonatypeStagingProfileId
3234
username = ossrhUsername
3335
password = ossrhPassword

0 commit comments

Comments
 (0)