Skip to content

Commit 62bb485

Browse files
committed
Run freshmark on all jre versions.
1 parent 4b422d7 commit 62bb485

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,18 @@
7979
# Changelog
8080

8181
## [Unreleased]
82+
### Changed
83+
- Bump `spotless` and `spotless-changelog` to latest, which means build now requires Java 11.
84+
### Fixed
85+
- `spotlessFreshmark` now runs on Java 17.
8286

8387
## [7.0.0] - 2023-01-28
8488
### Added
8589
- `plugin.versions` and `plugin-kotlin.versions` to take advantage of the new Blowdryer version syncing.
8690
- `spotlessChangelog { appendDashSnapshotUnless_dashPrelease = true` because it's safer.
8791
### Changed
8892
- **BREAKING** renamed `java8.gradle` to `java.gradle` which requires `ver_java` property.
93+
- `spotlessChangelog { branch 'release' ...` because fine-grained tokens can't push to a protected `main`.
8994

9095
## [6.0.3] - 2023-01-28
9196
### Fixed

src/main/resources/plugin.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// https://github.com/diffplug/blowdryer/blob/main/CHANGELOG.md
22
id 'com.diffplug.blowdryerSetup' version '1.7.0'
33
// https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
4-
id 'com.diffplug.spotless' version '6.14.0' apply false
4+
id 'com.diffplug.spotless' version '6.14.1' apply false
55
// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
6-
id 'com.diffplug.spotless-changelog' version '2.4.1' apply false
6+
id 'com.diffplug.spotless-changelog' version '3.0.1' apply false
77
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
88
id 'com.gradle.plugin-publish' version '1.1.0' apply false
99
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md

src/main/resources/spotless/freshmark.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ spotless {
3535
ratchetFrom null
3636
}
3737
}
38-
// until this gets merged https://github.com/diffplug/spotless/pull/1304
39-
tasks.named('spotlessFreshmark') {
40-
if (JavaVersion.current().isJava12Compatible()) {
41-
enabled = false
42-
}
43-
}
4438

4539
// if spotlessChangelog was applied to this project, use that to
4640
// reformat the markdown files after the changelog has been bumped

0 commit comments

Comments
 (0)