Drop K/N dependency to JCenter

This commit is contained in:
Vladimir Sukharev
2022-10-31 18:31:36 +01:00
committed by Space Team
parent 2fd8bf9153
commit 44f638e952
20 changed files with 0 additions and 54 deletions
@@ -22,7 +22,6 @@ buildscript {
repositories {
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
jcenter()
project.bootstrapKotlinRepo?.let {
maven(url = it)
}
@@ -46,7 +45,6 @@ plugins {
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true
repositories {
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
jcenter()
gradlePluginPortal()
extra["bootstrapKotlinRepo"]?.let {
maven(url = it)
@@ -6,7 +6,6 @@ pluginManagement {
artifact()
}
}
jcenter()
mavenCentral()
gradlePluginPortal()
}