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 1123c5a commit 3d648ecCopy full SHA for 3d648ec
build.gradle.kts
@@ -21,8 +21,8 @@ nexusPublishing {
21
sonatype {
22
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
23
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
24
- username = System.getenv("OSSRH_USERNAME")
25
- password = System.getenv("OSSRH_PASSWORD")
+ username = System.getenv("CENTRAL_USERNAME")
+ password = System.getenv("CENTRAL_PASSWORD")
26
}
27
28
-}
+}
0 commit comments