Remove gradle/ext-releases-local repo, native platform is now available on jcenter
This commit is contained in:
@@ -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