From 265beb59dc92793a04429afe0d0d9bf1b584cf88 Mon Sep 17 00:00:00 2001 From: bencalegari Date: Fri, 7 Jul 2023 11:44:22 -0700 Subject: [PATCH] Attempt to fix publish url --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3634c8f70..75a142234 100644 --- a/build.gradle +++ b/build.gradle @@ -203,7 +203,7 @@ nexusPublishing { } else { println("Creating a release version: ${version}") } - nexusUrl = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2") + nexusUrl = uri("https://oss.sonatype.org/service/local/") snapshotRepositoryUrl = uri("https://oss.sonatype.org/content/repositories/snapshots") username = sonatypeUsername password = sonatypePassword