feat: 设置默认java仓库地址

This commit is contained in:
BingChunMoLi 2025-07-29 20:31:18 +08:00 committed by 曾奥然
parent 26e3c60ae8
commit d70514e357

View File

@ -19,7 +19,7 @@ static SourceProvider_t pl_java_upstream =
*/
static Source_t pl_java_sources[] =
{
{&pl_java_upstream, NULL, NULL},
{&pl_java_upstream, "https://repo1.maven.org/maven2/", NULL},
{&Ali, "https://maven.aliyun.com/repository/public/", DelegateToMirror},
{&Huawei, "https://mirrors.huaweicloud.com/repository/maven/", DelegateToMirror},
/* 网易的24小时更新一次 */
@ -112,4 +112,4 @@ pl_java_feat (char *option)
return f;
}
def_target_gsf(pl_java);
def_target_gsf(pl_java);