From 6f1b07efba6ba064da81a387c0ac698e68e6247a Mon Sep 17 00:00:00 2001 From: Victor Turansky Date: Wed, 13 May 2020 02:42:26 +0300 Subject: [PATCH] Remove unused repositories --- build.gradle | 1 - gradle/compile-jvm-multiplatform.gradle | 4 ---- gradle/compile-jvm.gradle | 4 ---- 3 files changed, 9 deletions(-) diff --git a/build.gradle b/build.gradle index bc4dd36afc..d95a09b677 100644 --- a/build.gradle +++ b/build.gradle @@ -132,7 +132,6 @@ apiValidation { // Configure repositories allprojects { - String projectName = it.name repositories { /* * google should be first in the repository list because some of the play services diff --git a/gradle/compile-jvm-multiplatform.gradle b/gradle/compile-jvm-multiplatform.gradle index b226c97a57..74495ba1dc 100644 --- a/gradle/compile-jvm-multiplatform.gradle +++ b/gradle/compile-jvm-multiplatform.gradle @@ -5,10 +5,6 @@ sourceCompatibility = 1.6 targetCompatibility = 1.6 -repositories { - maven { url "https://dl.bintray.com/devexperts/Maven/" } -} - kotlin { targets { fromPreset(presets.jvm, 'jvm') diff --git a/gradle/compile-jvm.gradle b/gradle/compile-jvm.gradle index a8116595f5..232a185d7f 100644 --- a/gradle/compile-jvm.gradle +++ b/gradle/compile-jvm.gradle @@ -19,10 +19,6 @@ dependencies { testCompile "junit:junit:$junit_version" } -repositories { - maven { url "https://dl.bintray.com/devexperts/Maven/" } -} - compileKotlin { kotlinOptions { freeCompilerArgs += ['-Xexplicit-api=strict']