From bc879f6639e51febfbdafcf792bb754da40006f9 Mon Sep 17 00:00:00 2001 From: Scott Babcock Date: Mon, 7 Mar 2022 13:47:03 -0800 Subject: [PATCH] Fully qualify staging URL (#199) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 27f63b02..04e997a9 100644 --- a/build.gradle +++ b/build.gradle @@ -189,7 +189,7 @@ nexusPublishing { packageGroup = 'com.nordstrom' repositories { ossrh { - nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) + nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")) snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) if (project.hasProperty('ossrhStagingProfileId')) { stagingProfileId = ossrhStagingProfileId