[build] drop dead repositories

This commit is contained in:
Vasily Levchenko
2021-01-13 13:53:41 +01:00
committed by Stanislav Erokhin
parent dac76e606d
commit fe2799273d
3 changed files with 0 additions and 7 deletions
@@ -44,7 +44,6 @@ repositories {
maven("https://cache-redirector.jetbrains.com/maven-central")
mavenCentral()
maven("https://kotlin.bintray.com/kotlinx")
maven("https://dl.bintray.com/kotlin/kotlin-dev")
maven("https://cache-redirector.jetbrains.com/jcenter")
jcenter()
}
@@ -58,7 +58,6 @@ open class CopySamples : Copy() {
}
private val replacements = listOf(
"https://dl.bintray.com/kotlin/kotlin-dev" to "https://cache-redirector.jetbrains.com/dl.bintray.com/kotlin/kotlin-dev",
"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",