Skip to content

Commit a323c39

Browse files
committed
Remove Groovy from "Eclipse/STS Project Import Guide"
Groovy support is no longer required in the IDE due to gh-27945.
1 parent 9af2c9d commit a323c39

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

import-into-eclipse.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This document will guide you through the process of importing the Spring Framework
44
projects into Eclipse or the Spring Tool Suite (_STS_). It is recommended that you
55
have a recent version of Eclipse. As a bare minimum you will need Eclipse with full Java
6-
17 support, Eclipse Buildship, and the Groovy plugin.
6+
17 support and Eclipse Buildship.
77

88
The following instructions have been tested against [STS](https://spring.io/tools) 4.12.0
99
([download](https://github.com/spring-projects/sts4/wiki/Previous-Versions#spring-tools-4120-changelog))
@@ -20,10 +20,6 @@ from the Eclipse Marketplace.
2020

2121
_When instructed to execute `./gradlew` from the command line, be sure to execute it within your locally cloned `spring-framework` working directory._
2222

23-
1. Install the [Groovy Development Tools](https://marketplace.eclipse.org/content/groovy-development-tools).
24-
- **NOTE**: As of October 12, 2021, the Groovy Development Tools do not work in Eclipse 2021-09 (4.21). See [Groovy Eclipse #1303](https://github.com/groovy/groovy-eclipse/issues/1303) for details.
25-
1. Switch to Groovy 3.0 in Eclipse (Preferences → Groovy → Compiler → Switch to 3.0...).
26-
- If you encounter build errors stating something similar to _"Groovy: compiler mismatch: project level is 2.5, workspace level is 3.0"_, change the Groovy compiler version to 3.0 for each affected project.
2723
1. Ensure that the _Forbidden reference (access rule)_ in Eclipse is set to `Info`
2824
(Preferences → Java → Compiler → Errors/Warnings → Deprecated and restricted API → Forbidden reference (access rule)).
2925
1. Optionally install the [Kotlin Plugin for Eclipse](https://marketplace.eclipse.org/content/kotlin-plugin-eclipse) if you need to execute Kotlin-based tests or develop Kotlin extensions.

0 commit comments

Comments
 (0)