mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 04:08:31 +08:00
update maven repository url (#5674)
This commit is contained in:
parent
d64e3cb658
commit
60f93d16eb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user