From 1f44e8b04fc87d9ecf86be9ac430228c2273087a Mon Sep 17 00:00:00 2001 From: vyshniak Date: Tue, 28 May 2024 10:17:30 +0300 Subject: [PATCH] Test publishing --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 36c9f77..944addb 100644 --- a/build.gradle +++ b/build.gradle @@ -98,8 +98,8 @@ signing { nexusPublishing { repositories { sonatype { - nexusUrl.set(uri("https://oss.sonatype.org/service/local/staging/deploy/maven2")) - snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots")) + nexusUrl.set(uri("https://oss.sonatype.org/service/local/")) + snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/")) username.set(project.properties["ossrhUsername"].toString()) password.set(project.properties["ossrhPassword"].toString()) }