From 486fbcfa590490d839c66e21ecf48f37e5e9cdcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jc=20Mi=C3=B1arro?= Date: Wed, 27 Aug 2025 11:45:17 +0200 Subject: [PATCH] Update Nexus urls --- scripts/publish-root.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/publish-root.gradle b/scripts/publish-root.gradle index 0e88a11c6..514280d0e 100644 --- a/scripts/publish-root.gradle +++ b/scripts/publish-root.gradle @@ -36,6 +36,8 @@ if (snapshot) { nexusPublishing { repositories { sonatype { + nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/") + snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/") stagingProfileId = sonatypeStagingProfileId username = ossrhUsername password = ossrhPassword