From a47e66c20bb4e8e0aa74187afd8a0b81b2d4b3d2 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 25 Mar 2016 11:01:37 +0400 Subject: [PATCH] New repos. --- .../src/main/kotlin/com/beust/kobalt/Constants.kt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Constants.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Constants.kt index 4101157c..77c0829b 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Constants.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/Constants.kt @@ -8,14 +8,12 @@ object Constants { val BUILD_FILE_PATH = KFiles.joinDir(BUILD_FILE_DIRECTORY, BUILD_FILE_NAME) internal val DEFAULT_REPOS = listOf( +// "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/" )