File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 4141 - name : jdk 11
4242 uses : actions/setup-java@v4
4343 with :
44- java-version : 11
44+ java-version : 17
4545 distribution : ' temurin'
4646 - name : gradle caching
4747 uses : gradle/actions/setup-gradle@v4
Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ This document is intended for Spotless developers.
1010We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
1111
1212## [ Unreleased]
13+ ### Fixed
14+ * Deployment was missing part of the CDT formatter, now fixed. ([ #2384 ] ( https://github.com/diffplug/spotless/issues/2384 ) )
1315
1416## [ 3.0.0] - 2025-01-06
1517## Headline changes
16- - All steps now support roundtrip serialization (end of [ #987 ] ( https://github.com/diffplug/spotless/issues/987 ) ).
17- - Spotless now supports [ linting] ( https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints ) in addition to formatting.
18+ * All steps now support roundtrip serialization (end of [ #987 ] ( https://github.com/diffplug/spotless/issues/987 ) ).
19+ * Spotless now supports [ linting] ( https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints ) in addition to formatting.
1820### Changed
1921* Allow setting Eclipse config from a string, not only from files ([ #2337 ] ( https://github.com/diffplug/spotless/pull/2337 ) )
2022* Bump default ` ktlint ` version to latest ` 1.3.0 ` -> ` 1.4.0 ` . ([ #2314 ] ( https://github.com/diffplug/spotless/pull/2314 ) )
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
44
55## [ Unreleased]
6+ ### Fixed
7+ * Deployment was missing part of the CDT formatter, now fixed. ([ #2384 ] ( https://github.com/diffplug/spotless/issues/2384 ) )
68
79## [ 7.0.0] - 2025-01-06
810## Headline changes
9- - The long ` 7.0.0.BETAX ` period is finally over, Spotless for Gradle 7.0 is here!
10- - Full, no asterisk support for configuration cache (end of [ #987 ] ( https://github.com/diffplug/spotless/issues/987 ) )
11- - Spotless now supports [ linting] ( https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints ) in addition to formatting.
11+ * The long ` 7.0.0.BETAX ` period is finally over, Spotless for Gradle 7.0 is here!
12+ * Full, no asterisk support for configuration cache (end of [ #987 ] ( https://github.com/diffplug/spotless/issues/987 ) )
13+ * Spotless now supports [ linting] ( https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints ) in addition to formatting.
1214### Changed
1315* Allow setting Eclipse config from a string, not only from files ([ #2337 ] ( https://github.com/diffplug/spotless/pull/2337 ) )
1416* Bump default ` ktlint ` version to latest ` 1.3.0 ` -> ` 1.4.0 ` . ([ #2314 ] ( https://github.com/diffplug/spotless/pull/2314 ) )
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
44
55## [ Unreleased]
6+ ### Fixed
7+ * Deployment was missing part of the CDT formatter, now fixed. ([ #2384 ] ( https://github.com/diffplug/spotless/issues/2384 ) )
68
79## [ 2.44.0] - 2025-01-06
810## Headline changes
9- - The long ` 2.44.0.BETAX ` period is finally over (sorry, there was [ a problem in Gradle land] ( https://github.com/diffplug/spotless/issues/987 ) ).
10- - Spotless now supports [ linting] ( https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints ) in addition to formatting.
11- - help wanted: [ maven api to suppress lints] ( https://github.com/diffplug/spotless/issues/2309 )
11+ * The long ` 2.44.0.BETAX ` period is finally over (sorry, there was [ a problem in Gradle land] ( https://github.com/diffplug/spotless/issues/987 ) ).
12+ * Spotless now supports [ linting] ( https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints ) in addition to formatting.
13+ * help wanted: [ maven api to suppress lints] ( https://github.com/diffplug/spotless/issues/2309 )
1214### Changed
1315* Bump default ` ktlint ` version to latest ` 1.3.0 ` -> ` 1.4.0 ` . ([ #2314 ] ( https://github.com/diffplug/spotless/pull/2314 ) )
1416* Bump default ` jackson ` version to latest ` 2.18.0 ` -> ` 2.18.1 ` . ([ #2319 ] ( https://github.com/diffplug/spotless/pull/2319 ) )
You can’t perform that action at this time.
0 commit comments