Skip to content

Commit

Permalink
Remove unused repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky authored and qwwdfsad committed Aug 24, 2020
1 parent 4cf1d02 commit dfdd202
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions gradle/compile-jvm-multiplatform.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 0 additions & 4 deletions gradle/compile-jvm.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit dfdd202

Please sign in to comment.