mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
download from the same repositories on both initial configuration stage and synchronization stage
This commit is contained in:
@@ -28,7 +28,7 @@ public class RemoteRepositoryDescription {
|
||||
public static final RemoteRepositoryDescription MAVEN_CENTRAL = new RemoteRepositoryDescription(
|
||||
"central",
|
||||
"Maven Central repository",
|
||||
"http://repo1.maven.org/maven2"
|
||||
"https://repo1.maven.org/maven2"
|
||||
);
|
||||
public static final RemoteRepositoryDescription JBOSS_COMMUNITY = new RemoteRepositoryDescription(
|
||||
"jboss.community",
|
||||
|
||||
Reference in New Issue
Block a user