From d70514e35713d0df4732eb2a338988e832431aea Mon Sep 17 00:00:00 2001 From: BingChunMoLi <44092516+BingChunMoLi@users.noreply.github.com> Date: Tue, 29 Jul 2025 20:31:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4jav?= =?UTF-8?q?a=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/lang/Java.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/recipe/lang/Java.c b/src/recipe/lang/Java.c index c585ee0..81965df 100644 --- a/src/recipe/lang/Java.c +++ b/src/recipe/lang/Java.c @@ -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); \ No newline at end of file