mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-26 05:02:46 +00:00
feat: 设置默认java仓库地址
This commit is contained in:
parent
26e3c60ae8
commit
d70514e357
|
|
@ -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);
|
||||
Loading…
Reference in New Issue