From 6ff9c27328aedf027a347ebc3cb74663724838c4 Mon Sep 17 00:00:00 2001 From: Ferran Pons Date: Wed, 22 Oct 2025 12:56:05 +0200 Subject: [PATCH] New Maven Central Endpoints --- scripts/publish-root.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/publish-root.gradle b/scripts/publish-root.gradle index 24ad6017..a53f8e9e 100644 --- a/scripts/publish-root.gradle +++ b/scripts/publish-root.gradle @@ -29,8 +29,8 @@ nexusPublishing { stagingProfileId = sonatypeStagingProfileId username = ossrhUsername password = ossrhPassword - nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) - snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) } } } \ No newline at end of file