Skip to content

Commit

Permalink
Revert staging URL (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc authored Mar 7, 2022
1 parent 9487dd1 commit 10d3107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ nexusPublishing {
packageGroup = 'com.nordstrom'
repositories {
ossrh {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"))
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
if (project.hasProperty('ossrhStagingProfileId')) {
stagingProfileId = ossrhStagingProfileId
Expand Down

0 comments on commit 10d3107

Please sign in to comment.