From c768130f894cebf54886a37d0c46db8639f10d3a Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Tue, 11 Sep 2018 12:44:49 +0300 Subject: [PATCH] Remove gradle/ext-releases-local repo, native platform is now available on jcenter --- buildSrc/build.gradle.kts | 1 - compiler/daemon/daemon-client/build.gradle.kts | 4 ---- compiler/daemon/daemon-client/build.gradle.kts.173 | 4 ---- 3 files changed, 9 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 68b182cd7f5..5f738c2226e 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -73,7 +73,6 @@ repositories { extra["buildSrcKotlinRepo"]?.let { maven(url = it) } - maven(url = "https://repo.gradle.org/gradle/ext-releases-local") // for native-platform jcenter() } diff --git a/compiler/daemon/daemon-client/build.gradle.kts b/compiler/daemon/daemon-client/build.gradle.kts index 4b36a281c57..cfb90d79ae8 100644 --- a/compiler/daemon/daemon-client/build.gradle.kts +++ b/compiler/daemon/daemon-client/build.gradle.kts @@ -7,10 +7,6 @@ plugins { id("jps-compatible") } -repositories { - maven("https://repo.gradle.org/gradle/ext-releases-local") -} - jvmTarget = "1.6" val nativePlatformVariants = listOf( diff --git a/compiler/daemon/daemon-client/build.gradle.kts.173 b/compiler/daemon/daemon-client/build.gradle.kts.173 index dab3064202a..10bfad5bf90 100644 --- a/compiler/daemon/daemon-client/build.gradle.kts.173 +++ b/compiler/daemon/daemon-client/build.gradle.kts.173 @@ -7,10 +7,6 @@ plugins { id("jps-compatible") } -repositories { - maven("https://repo.gradle.org/gradle/ext-releases-local") -} - jvmTarget = "1.6" val nativePlatformVariants = listOf(