From cd173766bd445e68eeadb5437bd6f0a4809c6d54 Mon Sep 17 00:00:00 2001 From: Wojciech Odrobina Date: Mon, 16 Jun 2025 08:37:33 +0200 Subject: [PATCH] EPNG-12229 Use sonatype with staging api --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6aacf70..8d85dd5 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,10 @@ subprojects { nexusPublishing { repositories { - sonatype () + sonatype { + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) + } } }