Remove JCenter repository

This commit is contained in:
Him188 2021-08-25 14:18:40 +08:00
parent c3258eaa3b
commit cda50e73a4
2 changed files with 3 additions and 4 deletions

View File

@ -18,8 +18,8 @@ buildscript {
// mavenLocal()
// maven(url = "https://mirrors.huaweicloud.com/repository/maven")
mavenCentral()
gradlePluginPortal()
google()
jcenter()
}
dependencies {
@ -78,9 +78,9 @@ allprojects {
repositories {
// mavenLocal() // cheching issue cause compiler exception
// maven(url = "https://mirrors.huaweicloud.com/repository/maven")
jcenter()
google()
mavenCentral()
gradlePluginPortal()
google()
}
afterEvaluate {

View File

@ -12,7 +12,6 @@ pluginManagement {
// mavenLocal()
gradlePluginPortal()
mavenCentral()
jcenter()
google()
}
}