Skip to content

Commit 5026bb6

Browse files
authored
Update nexusUrl to new Sonatype OSSRH infrastructure
1 parent 786ff68 commit 5026bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ if (isReleaseVersion) {
212212
def ossUser = System.getenv("SONATYPE_USERNAME") ?: project.hasProperty("sonatypeOssUsername") ? project.sonatypeOssUsername : ''
213213
def ossPass = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
214214
def ossStagingProfileId = System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: project.hasProperty("sonatypeOssStagingProfileId") ? project.sonatypeOssStagingProfileId : ''
215+
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
215216
username = ossUser
216217
password = ossPass
217218
stagingProfileId = ossStagingProfileId

0 commit comments

Comments
 (0)