|
@@ -5,7 +5,7 @@ static def addCommonMaven(RepositoryHandler handler) {
|
|
|
// 华为开源镜像:https://mirrors.huaweicloud.com
|
|
|
handler.maven { url 'https://repo.huaweicloud.com/repository/maven' }
|
|
|
// JitPack 远程仓库:https://jitpack.io
|
|
|
- handler.maven { url 'https://jitpack.io' }
|
|
|
+ handler.maven { url 'https://www.jitpack.io' }
|
|
|
// MavenCentral 远程仓库:https://mvnrepository.com
|
|
|
handler.mavenCentral()
|
|
|
handler.google()
|