File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
lib-extra/src/main/java/com/diffplug/spotless/extra/groovy Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1414* Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
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 ) )
17+ * Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.31 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
1718### Fixed
1819* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
1920### Added
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2016-2023 DiffPlug
2+ * Copyright 2016-2024 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ public final class GrEclipseFormatterStep {
3232private GrEclipseFormatterStep () {}
3333
3434private 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.29 " );
35+ private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (11 , "4.26" ).add (17 , "4.31 " );
3636
3737public static String defaultVersion () {
3838return JVM_SUPPORT .getRecommendedFormatterVersion ();
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
77* Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
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 ) )
10+ * Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.31 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
1011### Fixed
1112* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
1213### Added
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
77* Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
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 ) )
10+ * Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.31 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
1011### Fixed
1112* Fix compatibility issue introduced by ` ktfmt ` ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/issues/2172 ) )
1213### Added
You can’t perform that action at this time.
0 commit comments