From c8a434aad7209e48f39abb9600fd9f9cb56fb1da Mon Sep 17 00:00:00 2001 From: Venkatesh Sridharan Date: Wed, 17 Dec 2025 13:12:40 -0500 Subject: [PATCH] update nexus publishing URL --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e05f48a78..a9a68c655 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { nexusPublishing { repositories { sonatype { - nexusUrl.set(uri("https://oss.sonatype.org/service/local/")) + nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) } } }