Skip to content

Commit

Permalink
Update nexusUrl to the new infrastructure (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet Behl committed Jan 12, 2022
1 parent 031b5b9 commit 231f0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -51,6 +51,7 @@ if (isReleaseVersion) {
def ossUser = System.getenv("SONATYPE_USERNAME") ?: project.hasProperty("sonatypeOssUsername") ? project.sonatypeOssUsername : ''
def ossPass = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
def ossStagingProfileId = System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: project.hasProperty("sonatypeOssStagingProfileId") ? project.sonatypeOssStagingProfileId : ''
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
username = ossUser
password = ossPass
stagingProfileId = ossStagingProfileId
Expand Down

0 comments on commit 231f0df

Please sign in to comment.