From 5b367dde1dee4cd8e524262fd4c34a0c81b3222f Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Wed, 9 Jul 2025 13:01:11 +0200 Subject: [PATCH] chore: update sonatype url --- publish.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish.gradle b/publish.gradle index 1dc7b68c..1d7563bf 100644 --- a/publish.gradle +++ b/publish.gradle @@ -28,6 +28,8 @@ if (secretPropsFile.exists()) { nexusPublishing { repositories { sonatype { + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) stagingProfileId = sonatypeStagingProfileId username = ossrhUsername password = ossrhPassword