Remove Bintray kotlin-dev usage from kotlin-native
(cherry picked from commit ec4ac192a822949af55264157cf6f03d0c4f0c20)
This commit is contained in:
committed by
Stanislav Erokhin
parent
29e1390720
commit
c4178daf48
@@ -1,7 +1,6 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://dl.bintray.com/kotlin/kotlin-dev")
|
||||
maven("https://dl.bintray.com/kotlin/kotlin-eap")
|
||||
|
||||
val kotlinCompilerRepo: String? by rootProject
|
||||
@@ -17,7 +16,6 @@ buildscript {
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://dl.bintray.com/kotlin/kotlin-dev")
|
||||
maven("https://dl.bintray.com/kotlin/kotlin-eap")
|
||||
|
||||
val kotlinCompilerRepo: String? by rootProject
|
||||
|
||||
Reference in New Issue
Block a user