Remove Bintray ktor usage from kotlin-native

(cherry picked from commit 8a5987d82191da66b31ef10363cebc1a784e31b3)
This commit is contained in:
Nikolay Krasko
2021-02-09 15:17:09 +03:00
committed by Stanislav Erokhin
parent f1aa75ffed
commit 29e1390720
2 changed files with 1 additions and 2 deletions
@@ -59,7 +59,6 @@ open class CopySamples : Copy() {
private val replacements = listOf(
"https://dl.bintray.com/kotlin/kotlin-eap" to "https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-eap",
"https://dl.bintray.com/kotlin/ktor" to "https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/ktor",
"https://plugins.gradle.org/m2" to "https://cache-redirector.jetbrains.com/plugins.gradle.org/m2",
"mavenCentral()" to "maven { setUrl(\"https://cache-redirector.jetbrains.com/maven-central\") }",
"jcenter()" to "maven { setUrl(\"https://cache-redirector.jetbrains.com/jcenter\") }"
@@ -8,7 +8,7 @@ plugins {
repositories {
jcenter()
maven("https://dl.bintray.com/kotlin/ktor")
mavenCentral()
}
val hostOs = System.getProperty("os.name")