Remove jcenter usages

This commit is contained in:
Nikolay Krasko
2021-03-15 20:04:25 +03:00
committed by TeamCityServer
parent 74dd8726c0
commit aff25b3666
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -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 {