File tree Expand file tree Collapse file tree 5 files changed +27
-1
lines changed
java/com/diffplug/spotless/extra/groovy
resources/com/diffplug/spotless/extra/groovy_eclipse_formatter Expand file tree Collapse file tree 5 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ This document is intended for Spotless developers.
10
10
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
11
11
12
12
## [ Unreleased]
13
+ ### Changed
14
+ * Added support and bump Eclipse formatter default versions to ` 4.21 ` for ` eclipse-groovy ` . Change is only applied for JVM 11+.
13
15
14
16
## [ 2.19.1] - 2021-10-13
15
17
### Fixed
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ private GrEclipseFormatterStep() {}
34
34
private static final String FORMATTER_CLASS = "com.diffplug.spotless.extra.eclipse.groovy.GrEclipseFormatterStepImpl" ;
35
35
private static final String FORMATTER_CLASS_OLD = "com.diffplug.gradle.spotless.groovy.eclipse.GrEclipseFormatterStepImpl" ;
36
36
private static final String MAVEN_GROUP_ARTIFACT = "com.diffplug.spotless:spotless-eclipse-groovy" ;
37
- private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (8 , "4.19.0" ).add (11 , "4.20 .0" );
37
+ private static final Jvm .Support <String > JVM_SUPPORT = Jvm .<String > support (NAME ).add (8 , "4.19.0" ).add (11 , "4.21 .0" );
38
38
private static final String FORMATTER_METHOD = "format" ;
39
39
40
40
public static String defaultVersion () {
Original file line number Diff line number Diff line change
1
+ # Spotless formatter based on Groovy-Eclipse version 4.3.0 (see https://github.com/groovy/groovy-eclipse/releases)
2
+ com.diffplug.spotless:spotless-eclipse-groovy:4.3.0
3
+ com.diffplug.spotless:spotless-eclipse-base:3.5.0
4
+ com.github.spotbugs:spotbugs-annotations:4.0.2
5
+ com.google.code.findbugs:jsr305:3.0.2
6
+ net.jcip:jcip-annotations:1.0
7
+ org.eclipse.platform:org.eclipse.core.commands:3.10.100
8
+ org.eclipse.platform:org.eclipse.core.contenttype:3.8.0
9
+ org.eclipse.platform:org.eclipse.core.filesystem:1.9.100
10
+ org.eclipse.platform:org.eclipse.core.jobs:3.12.0
11
+ org.eclipse.platform:org.eclipse.core.resources:3.15.100
12
+ org.eclipse.platform:org.eclipse.core.runtime:3.23.0
13
+ org.eclipse.platform:org.eclipse.equinox.app:1.6.0
14
+ org.eclipse.platform:org.eclipse.equinox.common:3.15.0
15
+ org.eclipse.platform:org.eclipse.equinox.preferences:3.9.0
16
+ org.eclipse.platform:org.eclipse.equinox.registry:3.11.0
17
+ org.eclipse.platform:org.eclipse.jface.text:3.18.100
18
+ org.eclipse.platform:org.eclipse.jface:3.23.0
19
+ org.eclipse.platform:org.eclipse.osgi:3.17.0
20
+ org.eclipse.platform:org.eclipse.text:3.12.0
Original file line number Diff line number Diff line change 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Changed
7
+ * Added support and bump Eclipse formatter default versions to ` 4.21 ` for ` eclipse-groovy ` . Change is only applied for JVM 11+.
6
8
7
9
## [ 5.17.0] - 2021-10-13
8
10
### Added
Original file line number Diff line number Diff line change 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Changed
7
+ * Added support and bump Eclipse formatter default versions to ` 4.21 ` for ` eclipse-groovy ` . Change is only applied for JVM 11+.
6
8
7
9
## [ 2.17.2] - 2021-10-14
8
10
### Fixed
You can’t perform that action at this time.
0 commit comments