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 867c90a commit e967f65Copy full SHA for e967f65
build.gradle.kts
@@ -83,7 +83,7 @@ tasks.wrapper {
83
// This plugin ensures a separate, named staging repo is created for each build when publishing.
84
apply(plugin = "io.github.gradle-nexus.publish-plugin")
85
configure<io.github.gradlenexus.publishplugin.NexusPublishExtension> {
86
- repositories {
+ this.repositories {
87
sonatype {
88
if (project.hasProperty("sonatypeUsername") && project.hasProperty("sonatypePassword")) {
89
println("nexusPublishing credentials supplied.")
0 commit comments