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(