Skip to content

Commit

Permalink
Run deployment on Java 17 (fixes #2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 7, 2025
1 parent f22eda9 commit da5549b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: jdk 11
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'temurin'
- name: gradle caching
uses: gradle/actions/setup-gradle@v4
Expand Down
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ This document is intended for Spotless developers.
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

## [Unreleased]
### Fixed
* Deployment was missing part of the CDT formatter, now fixed. ([#2384](/~https://github.com/diffplug/spotless/issues/2384))

## [3.0.0] - 2025-01-06
## Headline changes
- All steps now support roundtrip serialization (end of [#987](/~https://github.com/diffplug/spotless/issues/987)).
- Spotless now supports [linting](/~https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints) in addition to formatting.
* All steps now support roundtrip serialization (end of [#987](/~https://github.com/diffplug/spotless/issues/987)).
* Spotless now supports [linting](/~https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints) in addition to formatting.
### Changed
* Allow setting Eclipse config from a string, not only from files ([#2337](/~https://github.com/diffplug/spotless/pull/2337))
* Bump default `ktlint` version to latest `1.3.0` -> `1.4.0`. ([#2314](/~https://github.com/diffplug/spotless/pull/2314))
Expand Down
8 changes: 5 additions & 3 deletions plugin-gradle/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).

## [Unreleased]
### Fixed
* Deployment was missing part of the CDT formatter, now fixed. ([#2384](/~https://github.com/diffplug/spotless/issues/2384))

## [7.0.0] - 2025-01-06
## Headline changes
- The long `7.0.0.BETAX` period is finally over, Spotless for Gradle 7.0 is here!
- Full, no asterisk support for configuration cache (end of [#987](/~https://github.com/diffplug/spotless/issues/987))
- Spotless now supports [linting](/~https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints) in addition to formatting.
* The long `7.0.0.BETAX` period is finally over, Spotless for Gradle 7.0 is here!
* Full, no asterisk support for configuration cache (end of [#987](/~https://github.com/diffplug/spotless/issues/987))
* Spotless now supports [linting](/~https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints) in addition to formatting.
### Changed
* Allow setting Eclipse config from a string, not only from files ([#2337](/~https://github.com/diffplug/spotless/pull/2337))
* Bump default `ktlint` version to latest `1.3.0` -> `1.4.0`. ([#2314](/~https://github.com/diffplug/spotless/pull/2314))
Expand Down
8 changes: 5 additions & 3 deletions plugin-maven/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

## [Unreleased]
### Fixed
* Deployment was missing part of the CDT formatter, now fixed. ([#2384](/~https://github.com/diffplug/spotless/issues/2384))

## [2.44.0] - 2025-01-06
## Headline changes
- 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)).
- Spotless now supports [linting](/~https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints) in addition to formatting.
- help wanted: [maven api to suppress lints](/~https://github.com/diffplug/spotless/issues/2309)
* 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)).
* Spotless now supports [linting](/~https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md#lints) in addition to formatting.
* help wanted: [maven api to suppress lints](/~https://github.com/diffplug/spotless/issues/2309)
### Changed
* Bump default `ktlint` version to latest `1.3.0` -> `1.4.0`. ([#2314](/~https://github.com/diffplug/spotless/pull/2314))
* Bump default `jackson` version to latest `2.18.0` -> `2.18.1`. ([#2319](/~https://github.com/diffplug/spotless/pull/2319))
Expand Down

0 comments on commit da5549b

Please sign in to comment.