[build] drop dead repositories
This commit is contained in:
committed by
Stanislav Erokhin
parent
dac76e606d
commit
fe2799273d
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user