Skip to content

Commit 07996ea

Browse files
add back central as a fallback
1 parent e543c88 commit 07996ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)