Add cache-redirector for jcenter

This commit is contained in:
Pavel Punegov
2020-11-06 17:00:41 +03:00
committed by Stanislav Erokhin
parent 625915eebb
commit 3b48c76b55
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -39,13 +39,14 @@ group = "org.jetbrains.kotlin"
version = konanVersion
repositories {
jcenter()
maven(kotlinCompilerRepo)
maven(buildKotlinCompilerRepo)
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()
}
dependencies {
+1
View File
@@ -38,6 +38,7 @@ buildscript {
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()
}