Skip to content

Commit 0ddb871

Browse files
authored
Merge pull request #79 from momentohq/update-publishing
chore: replace OSSRH endpoint with Sonatype Central endpoint
2 parents 070c30f + 84a6559 commit 0ddb871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ publishing {
147147
nexusPublishing {
148148
repositories {
149149
sonatype {
150-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
151-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
150+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
151+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
152152
username.set(System.getenv("SONATYPE_USERNAME"))
153153
password.set(System.getenv("SONATYPE_PASSWORD"))
154154
}

0 commit comments

Comments
 (0)