From 1e76a2382da8f54ea464ee55b2a842362053d48b Mon Sep 17 00:00:00 2001 From: Ryan Brink <5607577+rgbrizzlehizzle@users.noreply.github.com> Date: Sun, 9 May 2021 11:45:09 -0400 Subject: [PATCH] maybe this (#54) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7ebb15c74..5cd120997 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ nexusPublishing { sonatype { username.set(System.getenv("SONATYPE_USER")) password.set(System.getenv("SONATYPE_PASSWORD")) - nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) + nexusUrl.set(uri("https://s01.oss.sonatype.org")) snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) } }