Skip to content

Commit a13f8ef

Browse files
committed
fix: update maven publish url
1 parent 7b76d92 commit a13f8ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ nexusPublishing {
212212

213213
repositories {
214214
central {
215-
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
216-
snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
215+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
216+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
217217
username = ossrhUserName
218218
password = ossrhToken
219219
}

0 commit comments

Comments
 (0)