Skip to content

Commit 55f08e1

Browse files
authored
Update build.gradle
1 parent 207056f commit 55f08e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ nexusPublishing {
147147
packageGroup = 'lv.ctco'
148148
repositories {
149149
Sonatype {
150-
nexusUrl = uri('https://oss.sonatype.org/service/local/')
151-
snapshotRepositoryUrl = uri('https://oss.sonatype.org/content/repositories/snapshots/')
150+
nexusUrl = uri('https://ossrh-staging-api.central.sonatype.com/service/local/')
151+
snapshotRepositoryUrl = uri('https://central.sonatype.com/repository/maven-snapshots/')
152152
username = findProperty('ossrhUsername')
153153
password = findProperty('ossrhPassword')
154154
}

0 commit comments

Comments
 (0)