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.
1 parent 9cda18e commit c3c5dadCopy full SHA for c3c5dad
build.gradle
@@ -198,6 +198,7 @@ if (isReleaseVersion) {
198
def ossUser = System.getenv("SONATYPE_USERNAME") ?: project.hasProperty("sonatypeOssUsername") ? project.sonatypeOssUsername : ''
199
def ossPass = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
200
def ossStagingProfileId = System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: project.hasProperty("sonatypeOssStagingProfileId") ? project.sonatypeOssStagingProfileId : ''
201
+ nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
202
username = ossUser
203
password = ossPass
204
stagingProfileId = ossStagingProfileId
0 commit comments