Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 231f0df

Browse files
authored
Update nexusUrl to the new infrastructure (#480)
1 parent 031b5b9 commit 231f0df

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
@@ -51,6 +51,7 @@ if (isReleaseVersion) {
5151
def ossUser = System.getenv("SONATYPE_USERNAME") ?: project.hasProperty("sonatypeOssUsername") ? project.sonatypeOssUsername : ''
5252
def ossPass = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
5353
def ossStagingProfileId = System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: project.hasProperty("sonatypeOssStagingProfileId") ? project.sonatypeOssStagingProfileId : ''
54+
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
5455
username = ossUser
5556
password = ossPass
5657
stagingProfileId = ossStagingProfileId

0 commit comments

Comments
 (0)