Remove gradle/ext-releases-local repo, native platform is now available on jcenter

This commit is contained in:
Vyacheslav Gerasimov
2018-09-11 12:44:49 +03:00
parent e9fc65c7ae
commit c768130f89
3 changed files with 0 additions and 9 deletions
-1
View File
@@ -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()
}