We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e975e0b + dcabf25 commit f474b7eCopy full SHA for f474b7e
build.gradle
@@ -162,6 +162,7 @@ if (isReleaseVersion) {
162
def ossUser = System.getenv("SONATYPE_USERNAME") ?: project.hasProperty("sonatypeOssUsername") ? project.sonatypeOssUsername : ''
163
def ossPass = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
164
def ossStagingProfileId = System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: project.hasProperty("sonatypeOssStagingProfileId") ? project.sonatypeOssStagingProfileId : ''
165
+ nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
166
username = ossUser
167
password = ossPass
168
stagingProfileId = ossStagingProfileId
0 commit comments