Skip to content

Commit 38a8c38

Browse files
authored
Merge pull request #12266 from grails/puneetbehl-patch-2
Update nexusUrl to new Sonatype OSSRH infrastructure
2 parents 4d262f6 + 5026bb6 commit 38a8c38

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)