mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-02 07:29:33 +08: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[] =
|
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},
|
{&Ali, "https://maven.aliyun.com/repository/public/", DelegateToMirror},
|
||||||
{&Huawei, "https://mirrors.huaweicloud.com/repository/maven/", DelegateToMirror},
|
{&Huawei, "https://mirrors.huaweicloud.com/repository/maven/", DelegateToMirror},
|
||||||
/* 网易的24小时更新一次 */
|
/* 网易的24小时更新一次 */
|
||||||
@ -112,4 +112,4 @@ pl_java_feat (char *option)
|
|||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
|
|
||||||
def_target_gsf(pl_java);
|
def_target_gsf(pl_java);
|
Loading…
x
Reference in New Issue
Block a user