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

Comment out snapshot repos.

Will reactivate them once I've fixed unversioned id's resolution.
This commit is contained in:
Cedric Beust 2016-03-14 23:53:26 +04:00
parent 017a53f525
commit a0fe82df8b

View file

@ -10,10 +10,12 @@ object Constants {
internal val DEFAULT_REPOS = listOf(
"http://repo1.maven.org/maven2/",
"https://maven-central.storage.googleapis.com/",
"https://repository.jboss.org/nexus/content/repositories/root_repository/",
"https://jcenter.bintray.com/",
"http://repository.jetbrains.com/all/",
"https://oss.sonatype.org/content/repositories/snapshots/"
"https://jcenter.bintray.com/"
// The following two repos contain snapshots, never include them or default
// "https://repository.jboss.org/nexus/content/repositories/root_repository/",
// "http://repository.jetbrains.com/all/"
// "https://oss.sonatype.org/content/repositories/snapshots/"
)
}