Remove jcenter usages
This commit is contained in:
committed by
TeamCityServer
parent
74dd8726c0
commit
aff25b3666
@@ -11,10 +11,8 @@ buildscript {
|
||||
|
||||
repositories {
|
||||
if (cacheRedirectorEnabled) {
|
||||
maven("https://cache-redirector.jetbrains.com/jcenter.bintray.com")
|
||||
maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
|
||||
} else {
|
||||
jcenter()
|
||||
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
|
||||
}
|
||||
|
||||
|
||||
@@ -43,8 +43,6 @@ repositories {
|
||||
maven(buildKotlinCompilerRepo)
|
||||
maven("https://cache-redirector.jetbrains.com/maven-central")
|
||||
mavenCentral()
|
||||
maven("https://cache-redirector.jetbrains.com/jcenter")
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -4,7 +4,7 @@ apply plugin: 'jps-compatible'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
pill {
|
||||
|
||||
Reference in New Issue
Block a user