Skip to content

Commit 5ae3e73

Browse files
add back central as a fallback
1 parent 0207031 commit 5ae3e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/MuzzlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class MuzzlePlugin implements Plugin<Project> {
6262
MUZZLE_REPOS = Collections.singletonList(central)
6363
} else {
6464
RemoteRepository proxy = new RemoteRepository.Builder("central-proxy", "default", mavenProxyUrl).build()
65-
MUZZLE_REPOS = Collections.unmodifiableList(Arrays.asList(proxy))
65+
MUZZLE_REPOS = Collections.unmodifiableList(Arrays.asList(proxy, central))
6666
}
6767
}
6868

0 commit comments

Comments
 (0)