Build: Move kotlinNativeRepo to :kotlin-gradle-plugin

the only one project using it
This commit is contained in:
Vyacheslav Gerasimov
2019-05-20 20:41:15 +03:00
parent ffc0276215
commit 7e61183ee1
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -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 {