Skip to content

Commit 73bf250

Browse files
Build: repo warning might also be about credentials.
1 parent f69d08d commit 73bf250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ configure(subprojects.findAll { projectNamesToPublish.contains(it.name) }) {
129129

130130
println "Uploading archives to $sonatypeRepositoryUrl."
131131
} else {
132-
println "WARNING: preferredRepo NOT set, can not upload archives."
132+
println "WARNING: preferredRepo or credentials NOT set, can not upload archives."
133133
}
134134

135135
pom.project {

0 commit comments

Comments
 (0)