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 6c9ad43 commit dd75eb2Copy full SHA for dd75eb2
build.gradle
@@ -76,13 +76,13 @@ shadowJar {
76
exclude '**/*'
77
}
78
79
-// Remove when using gradle-wiremock-extension-plugins:0.5.1 or later
+// Remove when using gradle-wiremock-extension-plugins:0.5.2 or later
80
nexusPublishing {
81
repositories {
82
named("sonatype") {
83
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
84
- username = providers.environmentVariable("OSSRH_USERNAME").orElse("").get()
85
- password = providers.environmentVariable("OSSRH_TOKEN").orElse("").get()
+ username = providers.environmentVariable("MAVEN_CENTRAL_USERNAME").orElse("").get()
+ password = providers.environmentVariable("MAVEN_CENTRAL_TOKEN").orElse("").get()
86
87
88
0 commit comments