File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
lib-extra/src/main/java/com/diffplug/spotless/extra/groovy Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1515* Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
1616* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
1717* Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
18- * Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.31 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
18+ * Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) , [ # 2190 ] ( https://github.com/diffplug/spotless/pull/2190 ) )
1919* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
2020### Fixed
2121* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public final class GrEclipseFormatterStep {
3232 private GrEclipseFormatterStep () {}
3333
3434 private static final String NAME = "eclipse groovy formatter" ;
35- private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "4.26" ).add (17 , "4.31 " );
35+ private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "4.26" ).add (17 , "4.32 " );
3636
3737 public static String defaultVersion () {
3838 return JVM_SUPPORT .getRecommendedFormatterVersion ();
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
88* Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
99* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
1010* Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
11- * Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.31 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
11+ * Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) , [ # 2190 ] ( https://github.com/diffplug/spotless/pull/2190 ) )
1212* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
1313### Fixed
1414* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
88* Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
99* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
1010* Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
11- * Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.31 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
11+ * Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) , [ # 2190 ] ( https://github.com/diffplug/spotless/pull/2190 ) )
1212* Bump default ` cdt ` version to latest ` 11.3 ` -> ` 11.6 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
1313### Fixed
1414* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
You can’t perform that action at this time.
0 commit comments