Skip to content

Commit c5f70bd

Browse files
committed
Make logging consistent.
1 parent 95130f2 commit c5f70bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Repositories {
4747
if (isMavenAccessible) {
4848
println "Maven Central is accessible. Using default repositories."
4949
} else {
50-
println "Maven Central is not accessible. Redirecting to Google Maven Mirror."
50+
println "Maven Central is not accessible. Falling back to Google Maven Mirror."
5151
}
5252
return isMavenAccessible
5353
}

0 commit comments

Comments
 (0)