Skip to content

Commit cba60ce

Browse files
authored
Merge pull request #2019 from turansky/remove-unused-repositories
Remove unused repositories
2 parents b5e36c4 + 6f1b07e commit cba60ce

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ apiValidation {
132132

133133
// Configure repositories
134134
allprojects {
135-
String projectName = it.name
136135
repositories {
137136
/*
138137
* google should be first in the repository list because some of the play services

gradle/compile-jvm-multiplatform.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
sourceCompatibility = 1.6
66
targetCompatibility = 1.6
77

8-
repositories {
9-
maven { url "https://dl.bintray.com/devexperts/Maven/" }
10-
}
11-
128
kotlin {
139
targets {
1410
fromPreset(presets.jvm, 'jvm')

gradle/compile-jvm.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ dependencies {
1919
testCompile "junit:junit:$junit_version"
2020
}
2121

22-
repositories {
23-
maven { url "https://dl.bintray.com/devexperts/Maven/" }
24-
}
25-
2622
compileKotlin {
2723
kotlinOptions {
2824
freeCompilerArgs += ['-Xexplicit-api=strict']

0 commit comments

Comments
 (0)