Skip to content

Commit da5549b

Browse files
committed
Run deployment on Java 17 (fixes #2384)
1 parent f22eda9 commit da5549b

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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

CHANGES.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ This document is intended for Spotless developers.
1010
We 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))

plugin-gradle/CHANGES.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
We 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))

plugin-maven/CHANGES.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
We 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))

0 commit comments

Comments
 (0)