将所有的阿里镜像源地址换成腾讯云镜像源 (#2524)
This commit is contained in:
@@ -107,7 +107,7 @@ public class BMCLAPIDownloadProvider implements DownloadProvider {
|
||||
.replace("https://meta.fabricmc.net", apiRoot + "/fabric-meta")
|
||||
.replace("https://maven.fabricmc.net", apiRoot + "/maven")
|
||||
.replace("https://authlib-injector.yushi.moe", apiRoot + "/mirrors/authlib-injector")
|
||||
.replace("https://repo1.maven.org/maven2", "https://maven.aliyun.com/repository/central");
|
||||
.replace("https://repo1.maven.org/maven2", "https://mirrors.cloud.tencent.com/nexus/repository/maven-public");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user