Remove gradle/ext-releases-local repo, native platform is now available on jcenter
This commit is contained in:
@@ -73,7 +73,6 @@ repositories {
|
||||
extra["buildSrcKotlinRepo"]?.let {
|
||||
maven(url = it)
|
||||
}
|
||||
maven(url = "https://repo.gradle.org/gradle/ext-releases-local") // for native-platform
|
||||
jcenter()
|
||||
}
|
||||
|
||||
|
||||
@@ -7,10 +7,6 @@ plugins {
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven("https://repo.gradle.org/gradle/ext-releases-local")
|
||||
}
|
||||
|
||||
jvmTarget = "1.6"
|
||||
|
||||
val nativePlatformVariants = listOf(
|
||||
|
||||
@@ -7,10 +7,6 @@ plugins {
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven("https://repo.gradle.org/gradle/ext-releases-local")
|
||||
}
|
||||
|
||||
jvmTarget = "1.6"
|
||||
|
||||
val nativePlatformVariants = listOf(
|
||||
|
||||
Reference in New Issue
Block a user