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']