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:
parent
549ede3cea
commit
a368aad483
1 changed files with 1 additions and 0 deletions
|
@ -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/"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue