Skip to content

Commit 757894f

Browse files
committed
Upgraded to Groovy-Eclipse version 4.2.0.
1 parent 7b90966 commit 757894f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

_ext/eclipse-groovy/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.5.0`).
44

55
## [Unreleased]
6+
### Added
7+
* Switch to Groovy-Eclipse release 4.2.0 for Eclipse 4.20 using Groovy 4.0.0 Alpha 3.
68

79
### Fixed
810
* Fixed IndexOutOfBoundsException in parallel execution of `eclipse-groovy` formatter ([#877](https://github.com/diffplug/spotless/issues/877))

_ext/eclipse-groovy/gradle.properties

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
artifactId=spotless-eclipse-groovy
22
description=Groovy Eclipse's formatter bundled for Spotless
33

4+
# Build requirements
5+
VER_JAVA=11
6+
47
# Compile
5-
VER_ECLIPSE=4.19
8+
VER_ECLIPSE=4.20
69
VER_SPOTLESS_ECLISPE_BASE=[3.4.2,4.0.0[
710
VER_ECLISPE_JFACE=[3.15.300,4.0.0[
8-
VER_GRECLIPSE=4.1.0
11+
VER_GRECLIPSE=4.2.0
912
VER_GROOVY=4.0.0
1013
# 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

0 commit comments

Comments
 (0)