1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-05-01 10:28:11 -07:00

Aether work.

This commit is contained in:
Cedric Beust 2016-03-23 14:40:30 +04:00
parent 2ce833c6c5
commit 8d4b26a0bd
12 changed files with 507 additions and 46 deletions

View file

@ -10,12 +10,14 @@ object Constants {
internal val DEFAULT_REPOS = listOf<String>(
"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://repository.jboss.org/nexus/content/repositories/root_repository/"
// , "http://repository.jetbrains.com/all/"
// , "https://oss.sonatype.org/content/repositories/snapshots/"
)
}