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.
1010We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
1111
1212## [ 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+.
1315
1416## [ 2.19.1] - 2021-10-13
1517### Fixed
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ private GrEclipseFormatterStep() {}
3434 private static final String FORMATTER_CLASS = "com.diffplug.spotless.extra.eclipse.groovy.GrEclipseFormatterStepImpl" ;
3535 private static final String FORMATTER_CLASS_OLD = "com.diffplug.gradle.spotless.groovy.eclipse.GrEclipseFormatterStepImpl" ;
3636 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" );
3838 private static final String FORMATTER_METHOD = "format" ;
3939
4040 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 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
44
55## [ 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+.
68
79## [ 5.17.0] - 2021-10-13
810### Added
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
44
55## [ 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+.
68
79## [ 2.17.2] - 2021-10-14
810### Fixed
You can’t perform that action at this time.
0 commit comments