未验证 提交 5e923971 编写于 作者: K kezhenxu94 提交者: GitHub

Migrate http to https in maven address (#6698)

上级 72daba58
......@@ -65,7 +65,7 @@ public class DolphinPluginManagerConfig {
*/
private final String defaultLocalRepository = System.getProperty("user.home") + "/.m2/repository";
private String mavenLocalRepository = getMavenLocalRepositoryOrDefault(defaultLocalRepository);
private List<String> mavenRemoteRepository = ImmutableList.of("http://repo1.maven.org/maven2/");
private List<String> mavenRemoteRepository = ImmutableList.of("https://repo1.maven.org/maven2/");
File getInstalledPluginsDir() {
return installedPluginsDir;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册