From fc715a836cd47d27c53bdf2357c01d30dac33336 Mon Sep 17 00:00:00 2001 From: narayana-plivo Date: Mon, 27 Oct 2025 17:36:17 +0530 Subject: [PATCH] fix url --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d3f4d2f2..b4ac5bfa 100644 --- a/build.gradle +++ b/build.gradle @@ -192,8 +192,8 @@ publishing { repositories { maven { - def releasesRepoUrl = "https://central.sonatype.org/service/local/staging/deploy/maven2/" - def snapshotsRepoUrl = "https://central.sonatype.org/content/repositories/snapshots/" + def releasesRepoUrl = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/" + def snapshotsRepoUrl = "https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/" url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl credentials {