[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",
|
||||
|
||||
@@ -36,7 +36,6 @@ buildscript {
|
||||
maven { url "https://kotlin.bintray.com/kotlinx" }
|
||||
maven { url "https://cache-redirector.jetbrains.com/maven-central" }
|
||||
mavenCentral()
|
||||
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
|
||||
maven { url "https://cache-redirector.jetbrains.com/jcenter" }
|
||||
jcenter()
|
||||
}
|
||||
@@ -102,7 +101,6 @@ allprojects {
|
||||
url 'https://cache-redirector.jetbrains.com/jcenter'
|
||||
}
|
||||
jcenter()
|
||||
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
|
||||
}
|
||||
}
|
||||
if (path != ":kotlin-native:dependencies") {
|
||||
@@ -117,9 +115,6 @@ allprojects {
|
||||
maven {
|
||||
url project.bootstrapKotlinRepo
|
||||
}
|
||||
maven {
|
||||
url "https://dl.bintray.com/kotlin/kotlin-dev"
|
||||
}
|
||||
}
|
||||
|
||||
if (findProperty("kotlin.build.useIR") == "true") {
|
||||
|
||||
Reference in New Issue
Block a user