Commit a7656f24 authored by Dmitriy.Panov's avatar Dmitriy.Panov Committed by intellij-monorepo-bot
Browse files

aether resolver: default remote repos are replaced with cache-redirector

(cherry picked from commit 036612ba1231b370192d9bfad17ad5c64d521860)

GitOrigin-RevId: fc8e2064376260677eb16aae3c49176958543db1
parent 7a40a2c1
Showing with 2 additions and 2 deletions
+2 -2
......@@ -59,10 +59,10 @@ public class ArtifactRepositoryManager {
private final DefaultRepositorySystemSession mySession;
private static final RemoteRepository MAVEN_CENTRAL_REPOSITORY = createRemoteRepository(
"central", "https://repo1.maven.org/maven2/"
"central", "https://cache-redirector.jetbrains.com/repo1.maven.org/maven2/"
);
private static final RemoteRepository JBOSS_COMMUNITY_REPOSITORY = createRemoteRepository(
"jboss.community", "https://repository.jboss.org/nexus/content/repositories/public/"
"jboss.community", "https://cache-redirector.jetbrains.com/repository.jboss.org/nexus/content/repositories/public/"
);
private static final RepositorySystem ourSystem;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment