File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed 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.5.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Added
7
+ * Switch to Groovy-Eclipse release 4.2.0 for Eclipse 4.20 using Groovy 4.0.0 Alpha 3.
6
8
7
9
### Fixed
8
10
* Fixed IndexOutOfBoundsException in parallel execution of ` eclipse-groovy ` formatter ([ #877 ] ( https://github.com/diffplug/spotless/issues/877 ) )
Original file line number Diff line number Diff line change 1
1
artifactId =spotless-eclipse-groovy
2
2
description =Groovy Eclipse's formatter bundled for Spotless
3
3
4
+ # Build requirements
5
+ VER_JAVA =11
6
+
4
7
# Compile
5
- VER_ECLIPSE =4.19
8
+ VER_ECLIPSE =4.20
6
9
VER_SPOTLESS_ECLISPE_BASE =[3.4.2,4.0.0[
7
10
VER_ECLISPE_JFACE =[3.15.300,4.0.0[
8
- VER_GRECLIPSE =4.1 .0
11
+ VER_GRECLIPSE =4.2 .0
9
12
VER_GROOVY =4.0.0
10
13
# Use org.eclipse.jdt.core patched for Groovy-Eclipse
11
- VAR_GRECLIPSE_JDT_PATCH =3.25 .0.v202103311613-e2103 -RELEASE
14
+ VAR_GRECLIPSE_JDT_PATCH =3.26 .0.v202106301814-e2106 -RELEASE
You can’t perform that action at this time.
0 commit comments