未验证 提交 60f93d16 编写于 作者: K kyoty 提交者: GitHub

update maven repository url (#5674)

上级 d64e3cb6
......@@ -47,7 +47,7 @@ public class DolphinPluginManagerConfig {
* Development, When AlertServer is running on IDE, AlertPluginLoad can load Alert Plugin from local Repository.
*/
private String mavenLocalRepository = System.getProperty("user.home") + "/.m2/repository";
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.
先完成此消息的编辑!
想要评论请 注册