Remove bintray repositories from kotlin-native build
This commit is contained in:
committed by
Space
parent
95584f90c3
commit
9f77c68f17
@@ -43,7 +43,6 @@ repositories {
|
|||||||
maven(buildKotlinCompilerRepo)
|
maven(buildKotlinCompilerRepo)
|
||||||
maven("https://cache-redirector.jetbrains.com/maven-central")
|
maven("https://cache-redirector.jetbrains.com/maven-central")
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven("https://kotlin.bintray.com/kotlinx")
|
|
||||||
maven("https://cache-redirector.jetbrains.com/jcenter")
|
maven("https://cache-redirector.jetbrains.com/jcenter")
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,12 +34,10 @@ buildscript {
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
if (UtilsKt.getCacheRedirectorEnabled(project)) {
|
if (UtilsKt.getCacheRedirectorEnabled(project)) {
|
||||||
maven { url "https://cache-redirector.jetbrains.com/dl.kotlin.bintray.com/kotlinx" }
|
|
||||||
maven { url "https://cache-redirector.jetbrains.com/maven-central" }
|
maven { url "https://cache-redirector.jetbrains.com/maven-central" }
|
||||||
maven { url "https://cache-redirector.jetbrains.com/jcenter" }
|
maven { url "https://cache-redirector.jetbrains.com/jcenter" }
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
maven { url "https://kotlin.bintray.com/kotlinx" }
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ buildscript {
|
|||||||
maven {
|
maven {
|
||||||
url project.bootstrapKotlinRepo
|
url project.bootstrapKotlinRepo
|
||||||
}
|
}
|
||||||
maven { url UtilsKt.redirectIfEnabled(project, "https://kotlin.bintray.com/kotlinx") }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// These properties are used by the 'konan' plugin, thus we set them before applying it.
|
// These properties are used by the 'konan' plugin, thus we set them before applying it.
|
||||||
|
|||||||
Reference in New Issue
Block a user