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 4d262f6 + 5026bb6 commit 38a8c38Copy full SHA for 38a8c38
build.gradle
@@ -212,6 +212,7 @@ if (isReleaseVersion) {
212
def ossUser = System.getenv("SONATYPE_USERNAME") ?: project.hasProperty("sonatypeOssUsername") ? project.sonatypeOssUsername : ''
213
def ossPass = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
214
def ossStagingProfileId = System.getenv("SONATYPE_STAGING_PROFILE_ID") ?: project.hasProperty("sonatypeOssStagingProfileId") ? project.sonatypeOssStagingProfileId : ''
215
+ nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
216
username = ossUser
217
password = ossPass
218
stagingProfileId = ossStagingProfileId
0 commit comments