We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7156ef commit bad0e03Copy full SHA for bad0e03
build.gradle.kts
@@ -38,8 +38,8 @@ nexusPublishing {
38
39
repositories {
40
sonatype {
41
- username.set(System.getenv("ORG_GRADLE_PROJECT_sonatypeUsername"))
42
- password.set(System.getenv("ORG_GRADLE_PROJECT_sonatypePassword"))
+ username = System.getenv("ORG_GRADLE_PROJECT_sonatypeUsername")
+ password = System.getenv("ORG_GRADLE_PROJECT_sonatypePassword")
43
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
44
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
45
}
0 commit comments