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(protobufRepo)
|
||||||
maven(intellijRepo)
|
maven(intellijRepo)
|
||||||
maven(bootstrapKotlinRepo!!.replace("artifacts/content/maven/", "artifacts/content/internal/repo"))
|
maven(bootstrapKotlinRepo!!.replace("artifacts/content/maven/", "artifacts/content/internal/repo"))
|
||||||
maven(kotlinNativeRepo)
|
|
||||||
maven("https://dl.bintray.com/kotlin/ktor")
|
maven("https://dl.bintray.com/kotlin/ktor")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,8 @@ javadocJar()
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
maven(url = "https://plugins.gradle.org/m2/")
|
maven("https://plugins.gradle.org/m2/")
|
||||||
|
maven(kotlinNativeRepo)
|
||||||
}
|
}
|
||||||
|
|
||||||
pill {
|
pill {
|
||||||
|
|||||||
Reference in New Issue
Block a user