File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1616 * Adds support for worktrees (fixes [ #1765 ] ( https://github.com/diffplug/spotless/issues/1765 ) )
1717* Bump default ` google-java-format ` version to latest ` 1.24.0 ` -> ` 1.28.0 ` . ([ #2345 ] ( https://github.com/diffplug/spotless/pull/2345 ) )
1818* Bump default ` ktlint ` version to latest ` 1.5.0 ` -> ` 1.7.1 ` . ([ #2555 ] ( https://github.com/diffplug/spotless/pull/2555 ) )
19- * PoC: Add ` rewrite ` support for ` errorprone.refasterrules ` ([ #2576 ] ( https://github.com/diffplug/spotless/pull/2576 ) )
19+ * Add ` rewrite ` support ([ #2588 ] ( https://github.com/diffplug/spotless/pull/2588 ) )
2020
2121## [ 3.3.1] - 2025-07-21
2222### Fixed
Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ equoIde {
1414 welcome(). openUrl(' https://github.com/diffplug/spotless/blob/main/CONTRIBUTING.md' )
1515 gradleBuildship(). autoImport(' .' )
1616}
17+
18+ dependencies {
19+ rewrite(platform(" org.openrewrite.recipe:rewrite-recipe-bom:latest.release" ))
20+ }
Original file line number Diff line number Diff line change @@ -16,7 +16,3 @@ rewrite {
1616 exportDatatables = true
1717 failOnDryRunResults = true
1818}
19-
20- dependencies {
21- rewrite(platform(" org.openrewrite.recipe:rewrite-recipe-bom:latest.release" ))
22- }
You can’t perform that action at this time.
0 commit comments