We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f52a4d commit 0d6523eCopy full SHA for 0d6523e
src/recipe/lang/Java.c
@@ -21,7 +21,8 @@ pl_java_prelude ()
21
chef_forbid_english(this);
22
chef_allow_user_define(this);
23
24
- // HuaweiCDN 需要该项
+ // 阿里巴巴开源镜像站需要修改为此才能测速
25
+ // https://github.com/RubyMetric/chsrc/issues/238#issuecomment-3162367686
26
chef_set_user_agent ("Maven/3.9.11");
27
28
def_sources_begin()
0 commit comments