We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c2d2e commit f1d1b1cCopy full SHA for f1d1b1c
gradle/publishing.gradle
@@ -90,9 +90,9 @@ afterEvaluate {
90
91
if (isReleaseVersion) {
92
nexusPublishing {
93
- String sonatypeUsername = findProperty('sonatypeOssUsername') ?: ''
94
- String sonatypePassword = findProperty('sonatypeOssPassword') ?: ''
95
- String sonatypeStagingProfileId = findProperty('sonatypeOssStagingProfileId') ?: ''
+ String sonatypeUsername = findProperty('sonatypeUsername') ?: ''
+ String sonatypePassword = findProperty('sonatypePassword') ?: ''
+ String sonatypeStagingProfileId = findProperty('sonatypeStagingProfileId') ?: ''
96
repositories {
97
sonatype {
98
nexusUrl = uri('https://s01.oss.sonatype.org/service/local/')
0 commit comments