Commit da5549b 1 parent f22eda9 commit da5549b Copy full SHA for da5549b
File tree 4 files changed +15
-9
lines changed
4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 41
41
- name : jdk 11
42
42
uses : actions/setup-java@v4
43
43
with :
44
- java-version : 11
44
+ java-version : 17
45
45
distribution : ' temurin'
46
46
- name : gradle caching
47
47
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.
10
10
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
11
11
12
12
## [ Unreleased]
13
+ ### Fixed
14
+ * Deployment was missing part of the CDT formatter, now fixed. ([ #2384 ] ( https://github.com/diffplug/spotless/issues/2384 ) )
13
15
14
16
## [ 3.0.0] - 2025-01-06
15
17
## 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.
18
20
### Changed
19
21
* Allow setting Eclipse config from a string, not only from files ([ #2337 ] ( https://github.com/diffplug/spotless/pull/2337 ) )
20
22
* 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 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Fixed
7
+ * Deployment was missing part of the CDT formatter, now fixed. ([ #2384 ] ( https://github.com/diffplug/spotless/issues/2384 ) )
6
8
7
9
## [ 7.0.0] - 2025-01-06
8
10
## 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.
12
14
### Changed
13
15
* Allow setting Eclipse config from a string, not only from files ([ #2337 ] ( https://github.com/diffplug/spotless/pull/2337 ) )
14
16
* 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 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Fixed
7
+ * Deployment was missing part of the CDT formatter, now fixed. ([ #2384 ] ( https://github.com/diffplug/spotless/issues/2384 ) )
6
8
7
9
## [ 2.44.0] - 2025-01-06
8
10
## 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 )
12
14
### Changed
13
15
* Bump default ` ktlint ` version to latest ` 1.3.0 ` -> ` 1.4.0 ` . ([ #2314 ] ( https://github.com/diffplug/spotless/pull/2314 ) )
14
16
* 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