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 95130f2 commit c5f70bdCopy full SHA for c5f70bd
1 file changed
buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
@@ -47,7 +47,7 @@ class Repositories {
47
if (isMavenAccessible) {
48
println "Maven Central is accessible. Using default repositories."
49
} else {
50
- println "Maven Central is not accessible. Redirecting to Google Maven Mirror."
+ println "Maven Central is not accessible. Falling back to Google Maven Mirror."
51
}
52
return isMavenAccessible
53
0 commit comments