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
@@ -23,7 +23,6 @@ buildscript {
apply from: "$rootBuildDirectory/gradle/kotlinGradlePlugin.gradle"
repositories {
jcenter()
mavenCentral()
}
@@ -38,7 +37,6 @@ repositories {
maven {
url project.bootstrapKotlinRepo
}
jcenter()
mavenCentral()
}
@@ -25,7 +25,6 @@ buildscript {
repositories {
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
mavenCentral()
jcenter()
project.bootstrapKotlinRepo?.let {
maven(url = it)
}
@@ -49,7 +48,6 @@ plugins {
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true
repositories {
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
jcenter()
mavenCentral()
gradlePluginPortal()
extra["bootstrapKotlinRepo"]?.let {
@@ -26,7 +26,6 @@ buildscript {
maven {
url = 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
maven {
url "https://cache-redirector.jetbrains.com/plugins.gradle.org/m2/"
}
@@ -34,7 +34,6 @@ class MultiplatformSpecification extends BaseKonanSpecification {
maven {
url = 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
@@ -50,7 +49,6 @@ class MultiplatformSpecification extends BaseKonanSpecification {
maven {
url = 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
}
dependencies {
@@ -25,7 +25,6 @@ buildscript {
maven {
url 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
maven {
url project.bootstrapKotlinRepo
}
@@ -45,7 +44,6 @@ repositories {
maven {
url project.bootstrapKotlinRepo
}
jcenter()
}
kotlin {
@@ -22,7 +22,6 @@ buildscript {
repositories {
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
jcenter()
project.bootstrapKotlinRepo?.let {
maven(url = it)
}
@@ -47,7 +46,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)
@@ -1,7 +1,6 @@
pluginManagement {
repositories {
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
jcenter()
mavenCentral()
gradlePluginPortal()
}
@@ -27,7 +27,6 @@ buildscript {
maven {
url 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
maven {
url project.bootstrapKotlinRepo
}
@@ -42,7 +41,6 @@ repositories {
maven {
url 'https://cache-redirector.jetbrains.com/jcenter'
}
jcenter()
maven {
url project.bootstrapKotlinRepo
}
@@ -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()
}