File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ p2deps {
8282 }
8383 into ' cdtCompileOnly' , {
8484 p2repo ' https://download.eclipse.org/eclipse/updates/4.26/'
85- p2repo ' https://download.eclipse.org/tools/cdt/releases/11.0 /'
85+ p2repo ' https://download.eclipse.org/tools/cdt/releases/10.7 /'
8686 install ' org.eclipse.cdt.core'
8787 }
8888}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public final class EclipseCdtFormatterStep {
3737 private EclipseCdtFormatterStep () {}
3838
3939 private static final String NAME = "eclipse cdt formatter" ;
40- private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "11.0" );
40+ private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "10.7" ). add ( 17 , " 11.0" );
4141
4242 public static String defaultVersion () {
4343 return JVM_SUPPORT .getRecommendedFormatterVersion ();
You can’t perform that action at this time.
0 commit comments