File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ p2deps {
77
77
// (alphabetic order please)
78
78
into ' cdtCompileOnly' , {
79
79
p2repo ' https://download.eclipse.org/eclipse/updates/4.26/'
80
- p2repo ' https://download.eclipse.org/tools/cdt/releases/10.7 /'
80
+ p2repo ' https://download.eclipse.org/tools/cdt/releases/11.0 /'
81
81
install ' org.eclipse.cdt.core'
82
82
}
83
83
into ' groovyCompileOnly' , {
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016-2024 DiffPlug
2
+ * Copyright 2016-2025 DiffPlug
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -38,7 +38,7 @@ public final class EclipseCdtFormatterStep {
38
38
private EclipseCdtFormatterStep () {}
39
39
40
40
private static final String NAME = "eclipse cdt formatter" ;
41
- private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "10.7 " ).add (17 , "11.6" );
41
+ private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "11.0 " ).add (17 , "11.6" );
42
42
43
43
public static String defaultVersion () {
44
44
return JVM_SUPPORT .getRecommendedFormatterVersion ();
You can’t perform that action at this time.
0 commit comments