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

New repos.

This commit is contained in:
Cedric Beust 2016-03-25 11:01:37 +04:00
parent 16f4452dde
commit a47e66c20b

View file

@ -8,14 +8,12 @@ object Constants {
val BUILD_FILE_PATH = KFiles.joinDir(BUILD_FILE_DIRECTORY, BUILD_FILE_NAME)
internal val DEFAULT_REPOS = listOf<String>(
// "https://maven-central.storage.googleapis.com/",
"http://repo1.maven.org/maven2/",
"https://maven-central.storage.googleapis.com/",
"https://jcenter.bintray.com/",
"https://jcenter.bintray.com/"
// snapshots
"https://oss.sonatype.org/content/repositories/snapshots/"
// The following repos contain snapshots, don't include them by default
// "https://oss.sonatype.org/content/repositories/snapshots/"
// , "https://repository.jboss.org/nexus/content/repositories/root_repository/"
// , "http://repository.jetbrains.com/all/"
)