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 02a9a70 commit 417205fCopy full SHA for 417205f
build.gradle.kts
@@ -50,7 +50,7 @@ nexusPublishing {
50
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
51
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
52
username.set(System.getenv("SONATYPE_USERNAME_TEST"))
53
- password.set(System.getenv("SONATYPE_USERNAME_TEST"))
+ password.set(System.getenv("SONATYPE_PASSWORD_TEST"))
54
}
55
56
0 commit comments