Skip to content

Commit a379dfc

Browse files
authored
Update sonatype repository (#1327)
1 parent f6d8a4f commit a379dfc

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
@@ -106,6 +106,8 @@ signing {
106106
nexusPublishing {
107107
repositories {
108108
sonatype {
109+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
110+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
109111
username = project.hasProperty('sonatypeUsername') ? project.property('sonatypeUsername') : ''
110112
password = project.hasProperty('sonatypePassword') ? project.property('sonatypePassword') : ''
111113
}

0 commit comments

Comments
 (0)