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 {
82
82
}
83
83
into ' cdtCompileOnly' , {
84
84
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 /'
86
86
install ' org.eclipse.cdt.core'
87
87
}
88
88
}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public final class EclipseCdtFormatterStep {
37
37
private EclipseCdtFormatterStep () {}
38
38
39
39
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" );
41
41
42
42
public static String defaultVersion () {
43
43
return JVM_SUPPORT .getRecommendedFormatterVersion ();
You can’t perform that action at this time.
0 commit comments