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")
}