Skip to content

Commit c3c5dad

Browse files
committed
[skip ci] Update to new sonatype nexus url
1 parent 9cda18e commit c3c5dad

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
@@ -198,6 +198,7 @@ if (isReleaseVersion) {
198198
def ossUser = System.getenv("SONATYPE_USERNAME") ?: project.hasProperty("sonatypeOssUsername") ? project.sonatypeOssUsername : ''
199199
def ossPass = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
200200
def ossStagingProfileId = System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: project.hasProperty("sonatypeOssStagingProfileId") ? project.sonatypeOssStagingProfileId : ''
201+
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
201202
username = ossUser
202203
password = ossPass
203204
stagingProfileId = ossStagingProfileId

0 commit comments

Comments
 (0)