From 712d0e0777562b0baabf6a6b56145cf3d7362d78 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Thu, 5 Oct 2017 16:01:00 +0300 Subject: [PATCH] Remove redundant repositories --- build.gradle.kts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d92b75f7706..a52749b9e4e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -223,7 +223,7 @@ allprojects { // There are problems with common build dir: // - some tests (in particular js and binary-compatibility-validator depend on the fixed (default) location - // - idea siims unable to exclude common builddir from indexing + // - idea seems unable to exclude common builddir from indexing // therefore it is disabled by default // buildDir = File(commonBuildDir, project.name) @@ -231,8 +231,6 @@ allprojects { for (repo in (rootProject.extra["repos"] as List)) { maven { setUrl(repo) } } - mavenCentral() - jcenter() } configureJvmProject(javaHome!!, jvmTarget!!)