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 f69d08d commit 73bf250Copy full SHA for 73bf250
build.gradle
@@ -129,7 +129,7 @@ configure(subprojects.findAll { projectNamesToPublish.contains(it.name) }) {
129
130
println "Uploading archives to $sonatypeRepositoryUrl."
131
} else {
132
- println "WARNING: preferredRepo NOT set, can not upload archives."
+ println "WARNING: preferredRepo or credentials NOT set, can not upload archives."
133
}
134
135
pom.project {
0 commit comments