Skip to content

Commit 3c2c126

Browse files
committed
Applied latest eclipse-wtp as in Eclipse version 4.13.0 (default version). Fixes #492.
1 parent 11714b6 commit 3c2c126

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_wtp_formatters/v4.13.0.lockfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spotless formatter based on Eclipse-WTP version 3.15 (see https://www.eclipse.org/webtools/)
2-
com.diffplug.spotless:spotless-eclipse-wtp:3.15.1
3-
com.diffplug.spotless:spotless-eclipse-base:3.2.1
2+
com.diffplug.spotless:spotless-eclipse-wtp:3.15.2
3+
com.diffplug.spotless:spotless-eclipse-base:3.3.0
44
com.google.code.findbugs:annotations:3.0.0
55
com.google.code.findbugs:jsr305:3.0.0
66
com.ibm.icu:icu4j:61.2
@@ -9,7 +9,7 @@ org.eclipse.emf:org.eclipse.emf.ecore:2.19.0
99
org.eclipse.platform:org.eclipse.core.commands:3.9.500
1010
org.eclipse.platform:org.eclipse.core.contenttype:3.7.400
1111
org.eclipse.platform:org.eclipse.core.filebuffers:3.6.700
12-
org.eclipse.platform:org.eclipse.core.filesystem:1.7.500
12+
org.eclipse.platform:org.eclipse.core.filesystem:1.7.600
1313
org.eclipse.platform:org.eclipse.core.jobs:3.10.500
1414
org.eclipse.platform:org.eclipse.core.resources:3.13.500
1515
org.eclipse.platform:org.eclipse.core.runtime:3.16.0

plugin-gradle/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.27.0`).
44

55
## [Unreleased]
6+
### Fixed
7+
* Eclipse-WTP formatter (web tools platform, not java) could encounter errors in parallel multiproject builds [#492](https://github.com/diffplug/spotless/issues/492). Fixed for Eclipse-WTP formatter Eclipse version 4.13.0 (default version).
68

79
## [3.27.2] - 2020-03-05
810
* Add tests to `SpecificFilesTest` to fix [#529](https://github.com/diffplug/spotless/issues/529)

plugin-maven/CHANGES.md

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

55
## [Unreleased]
6+
### Fixed
67
* Fix scala and kotlin maven config documentation.
8+
* Eclipse-WTP formatter (web tools platform, not java) could encounter errors in parallel multiproject builds [#492](https://github.com/diffplug/spotless/issues/492). Fixed for Eclipse-WTP formatter Eclipse version 4.13.0 (default version).
79

810
## [1.27.0] - 2020-01-01
911
* Should be no changes whatsoever! Released only for consistency with lib and plugin-gradle.

0 commit comments

Comments
 (0)