File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ lib('generic.TrimTrailingWhitespaceStep') +'{{yes}} | {{yes}}
53
53
lib('antlr4.Antlr4FormatterStep') +'{{yes}} | {{yes}} | {{no}} | {{no}} |',
54
54
lib('cpp.ClangFormatStep') +'{{yes}} | {{no}} | {{no}} | {{no}} |',
55
55
extra('cpp.EclipseFormatterStep') +'{{yes}} | {{yes}} | {{yes}} | {{no}} |',
56
- extra('groovy.GrEclipseFormatterStep') +'{{yes}} | {{no}} | {{yes}} | {{no}} |',
56
+ extra('groovy.GrEclipseFormatterStep') +'{{yes}} | {{yes}} | {{yes}} | {{no}} |',
57
57
lib('java.GoogleJavaFormatStep') +'{{yes}} | {{yes}} | {{yes}} | {{no}} |',
58
58
lib('java.ImportOrderStep') +'{{yes}} | {{yes}} | {{yes}} | {{no}} |',
59
59
lib('java.RemoveUnusedImportsStep') +'{{yes}} | {{yes}} | {{yes}} | {{no}} |',
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
7
7
## [ 2.3.1] - 2020-09-12
8
8
### Fixed
9
9
* Improved JRE parsing to handle strings like ` 16-loom ` (fixes [ #693 ] ( https://github.com/diffplug/spotless/issues/693 ) ).
10
+ * Added support for groovy formatting ([ #697 ] ( https://github.com/diffplug/spotless/pull/697 ) )
10
11
11
12
## [ 2.3.0] - 2020-09-11
12
13
### Added
You can’t perform that action at this time.
0 commit comments