Skip to content

Commit f474b7e

Browse files
authored
Merge pull request #67 from grails/puneetbehl-patch-1
Configure nexusUrl for NexusPublishing to new Sonatype infrastructure
2 parents e975e0b + dcabf25 commit f474b7e

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
@@ -162,6 +162,7 @@ if (isReleaseVersion) {
162162
def ossUser = System.getenv("SONATYPE_USERNAME") ?: project.hasProperty("sonatypeOssUsername") ? project.sonatypeOssUsername : ''
163163
def ossPass = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
164164
def ossStagingProfileId = System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: project.hasProperty("sonatypeOssStagingProfileId") ? project.sonatypeOssStagingProfileId : ''
165+
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
165166
username = ossUser
166167
password = ossPass
167168
stagingProfileId = ossStagingProfileId

0 commit comments

Comments
 (0)