Skip to content

Commit dfdd202

Browse files
turanskyqwwdfsad
authored andcommitted
Remove unused repositories
1 parent 4cf1d02 commit dfdd202

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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)