mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 17:00:14 +08:00
Remove JCenter repository
This commit is contained in:
parent
c3258eaa3b
commit
cda50e73a4
@ -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 {
|
||||
|
@ -12,7 +12,6 @@ pluginManagement {
|
||||
// mavenLocal()
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user