Skip to content

Commit

Permalink
Disable P2 mirror lists by default because they are unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Dec 18, 2023
1 parent d252b9c commit 59736a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ protected Verifier getVerifier(String test, boolean setTargetPlatform, File user
verifier.setForkJvm(isForked());
if (isDisableMirrors()) {
verifier.setSystemProperty("tycho.disableP2Mirrors", "true");
verifier.setSystemProperty("eclipse.p2.mirrors", "false");
}
String debug = System.getProperty("tycho.mvnDebug");
if (debug != null) {
Expand Down

0 comments on commit 59736a0

Please sign in to comment.