Commit 015c3943 authored by Him188's avatar Him188

Remove huawei repository

parent a8c67bc2
buildscript { buildscript {
repositories { repositories {
maven { url "https://mirrors.huaweicloud.com/repository/maven/" }
mavenLocal()
mavenCentral()
jcenter() jcenter()
mavenCentral()
google() google()
} }
...@@ -28,10 +26,8 @@ allprojects { ...@@ -28,10 +26,8 @@ allprojects {
// } // }
repositories { repositories {
maven { url "https://mirrors.huaweicloud.com/repository/maven/" }
mavenLocal()
mavenCentral()
jcenter() jcenter()
mavenCentral()
google() google()
maven { url "https://dl.bintray.com/kotlin/kotlin-eap" } maven { url "https://dl.bintray.com/kotlin/kotlin-eap" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" } maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment