Skip to content

Commit 3d648ec

Browse files
authored
fix: update SonarType Central credentials (#155)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 1123c5a commit 3d648ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ nexusPublishing {
2121
sonatype {
2222
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
2323
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
24-
username = System.getenv("OSSRH_USERNAME")
25-
password = System.getenv("OSSRH_PASSWORD")
24+
username = System.getenv("CENTRAL_USERNAME")
25+
password = System.getenv("CENTRAL_PASSWORD")
2626
}
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)