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

Commit 1984bd7

Browse files
committed
[skip ci] Use new infrastructure for Sonatype OSSRH
1 parent 439e9e5 commit 1984bd7

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
@@ -44,6 +44,7 @@ if (isReleaseVersion) {
4444
def ossUser = System.getenv("SONATYPE_USERNAME") ?: project.hasProperty("sonatypeOssUsername") ? project.sonatypeOssUsername : ''
4545
def ossPass = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
4646
def ossStagingProfileId = System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: project.hasProperty("sonatypeOssStagingProfileId") ? project.sonatypeOssStagingProfileId : ''
47+
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
4748
username = ossUser
4849
password = ossPass
4950
stagingProfileId = ossStagingProfileId

0 commit comments

Comments
 (0)