Skip to content

Commit b88cbbb

Browse files
committed
Added Google Maven mirror to prevent Travis issues
Signed-off-by: Stefan Marr <[email protected]>
1 parent dc8e28d commit b88cbbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def cpu_count():
216216
_licenses = dict()
217217
_repositories = dict()
218218
_mavenRepoBaseURLs = [
219+
"https://maven-central.storage.googleapis.com/repos/central/data/",
219220
"https://repo1.maven.org/maven2/",
220221
"https://search.maven.org/remotecontent?filepath="
221222
]

0 commit comments

Comments
 (0)