Skip to content

Commit f1d1b1c

Browse files
committed
fix(ci): Set correct sonatype publish properties
1 parent 07c2d2e commit f1d1b1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: gradle/publishing.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ afterEvaluate {
9090

9191
if (isReleaseVersion) {
9292
nexusPublishing {
93-
String sonatypeUsername = findProperty('sonatypeOssUsername') ?: ''
94-
String sonatypePassword = findProperty('sonatypeOssPassword') ?: ''
95-
String sonatypeStagingProfileId = findProperty('sonatypeOssStagingProfileId') ?: ''
93+
String sonatypeUsername = findProperty('sonatypeUsername') ?: ''
94+
String sonatypePassword = findProperty('sonatypePassword') ?: ''
95+
String sonatypeStagingProfileId = findProperty('sonatypeStagingProfileId') ?: ''
9696
repositories {
9797
sonatype {
9898
nexusUrl = uri('https://s01.oss.sonatype.org/service/local/')

0 commit comments

Comments
 (0)