Commit 5c18b413 authored by PeratX's avatar PeratX

gradle: use huawei as main maven repository

parent 3c70f8fd
......@@ -2,8 +2,8 @@ buildscript {
ext.kotlin_version = '1.3.50'
repositories {
jcenter()
google()
maven { url "https://mirrors.huaweicloud.com/repository/maven/" }
}
dependencies {
......@@ -16,11 +16,8 @@ allprojects {
version = "1.0"
repositories {
jcenter()
mavenCentral()
google()
maven { url "https://mirrors.huaweicloud.com/repository/maven/" }
maven { url "http://repo.maven.apache.org/maven2" }
}
apply from: rootProject.file('dependencies.gradle')
......
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