fix: 补充缺少的 pl_java_find_maven_home and pl_java_is_home

添加maven-daemon 和 mvnd 命令
This commit is contained in:
BingChunMoLi
2025-08-21 00:13:14 +08:00
parent afd1b08b6d
commit 1ea20097ad
3 changed files with 16 additions and 16 deletions

View File

@@ -607,7 +607,9 @@ measure_speed_for_url (void *url)
if (in_custom_user_agent_mode())
{
user_agent = strdup("maven/3.9.11");
}else{
}
else
{
user_agent = xy_2strjoin("chsrc/", Chsrc_Version);
}
char *os_devnull = xy_os_devnull;