mirror of
https://github.com/RubyMetric/chsrc
synced 2025-09-09 23:58:50 +08:00
parent
f17a1c70b8
commit
9542ce33bc
@ -20,8 +20,11 @@ static SourceProvider_t pl_java_upstream =
|
||||
static Source_t pl_java_sources[] =
|
||||
{
|
||||
{&pl_java_upstream, "https://repo1.maven.org/maven2/", NULL},
|
||||
/* 阿里镜像旧地址 https://maven.aliyun.com/nexus/content/groups/public */
|
||||
{&Ali, "https://maven.aliyun.com/repository/public/", DelegateToMirror},
|
||||
/* 华为镜像CDN地址 https://repo.huaweicloud.com/repository/maven/ */
|
||||
{&Huawei, "https://mirrors.huaweicloud.com/repository/maven/", DelegateToMirror},
|
||||
{&Tencent, "https://mirrors.cloud.tencent.com/nexus/repository/maven-public/", DelegateToMirror},
|
||||
/* 网易的24小时更新一次 */
|
||||
{&Netease, "http://mirrors.163.com/maven/repository/maven-public/", DelegateToMirror}
|
||||
};
|
||||
@ -122,4 +125,4 @@ pl_java_feat (char *option)
|
||||
return f;
|
||||
}
|
||||
|
||||
def_target_gsrf(pl_java);
|
||||
def_target_gsrf(pl_java);
|
Loading…
x
Reference in New Issue
Block a user