[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") maven("https://cache-redirector.jetbrains.com/maven-central")
mavenCentral() mavenCentral()
maven("https://kotlin.bintray.com/kotlinx") maven("https://kotlin.bintray.com/kotlinx")
maven("https://dl.bintray.com/kotlin/kotlin-dev")
maven("https://cache-redirector.jetbrains.com/jcenter") maven("https://cache-redirector.jetbrains.com/jcenter")
jcenter() jcenter()
} }
@@ -58,7 +58,6 @@ open class CopySamples : Copy() {
} }
private val replacements = listOf( 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/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://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", "https://plugins.gradle.org/m2" to "https://cache-redirector.jetbrains.com/plugins.gradle.org/m2",
-5
View File
@@ -36,7 +36,6 @@ buildscript {
maven { url "https://kotlin.bintray.com/kotlinx" } maven { url "https://kotlin.bintray.com/kotlinx" }
maven { url "https://cache-redirector.jetbrains.com/maven-central" } maven { url "https://cache-redirector.jetbrains.com/maven-central" }
mavenCentral() mavenCentral()
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
maven { url "https://cache-redirector.jetbrains.com/jcenter" } maven { url "https://cache-redirector.jetbrains.com/jcenter" }
jcenter() jcenter()
} }
@@ -102,7 +101,6 @@ allprojects {
url 'https://cache-redirector.jetbrains.com/jcenter' url 'https://cache-redirector.jetbrains.com/jcenter'
} }
jcenter() jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
} }
} }
if (path != ":kotlin-native:dependencies") { if (path != ":kotlin-native:dependencies") {
@@ -117,9 +115,6 @@ allprojects {
maven { maven {
url project.bootstrapKotlinRepo url project.bootstrapKotlinRepo
} }
maven {
url "https://dl.bintray.com/kotlin/kotlin-dev"
}
} }
if (findProperty("kotlin.build.useIR") == "true") { if (findProperty("kotlin.build.useIR") == "true") {