Build: Move kotlinNativeRepo to :kotlin-gradle-plugin
the only one project using it
This commit is contained in:
@@ -338,7 +338,6 @@ allprojects {
|
||||
maven(protobufRepo)
|
||||
maven(intellijRepo)
|
||||
maven(bootstrapKotlinRepo!!.replace("artifacts/content/maven/", "artifacts/content/internal/repo"))
|
||||
maven(kotlinNativeRepo)
|
||||
maven("https://dl.bintray.com/kotlin/ktor")
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,8 @@ javadocJar()
|
||||
|
||||
repositories {
|
||||
google()
|
||||
maven(url = "https://plugins.gradle.org/m2/")
|
||||
maven("https://plugins.gradle.org/m2/")
|
||||
maven(kotlinNativeRepo)
|
||||
}
|
||||
|
||||
pill {
|
||||
|
||||
Reference in New Issue
Block a user