1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Add Google's Maven mirror.

Even though it seems to be slower than Maven Central.
This commit is contained in:
Cedric Beust 2015-12-03 02:28:09 -08:00
parent 549ede3cea
commit a368aad483

View file

@ -20,6 +20,7 @@ public class Kobalt {
private val DEFAULT_REPOS = arrayListOf(
"http://repo1.maven.org/maven2/",
"https://maven-central.storage.googleapis.com/",
"https://repository.jboss.org/nexus/content/repositories/root_repository/",
"https://jcenter.bintray.com/"
)