Skip to content

Commit

Permalink
Add note about Groovy Tools not working in Eclipse 2021-09 with Java 17
Browse files Browse the repository at this point in the history
Closes gh-27407
  • Loading branch information
sbrannen committed Oct 12, 2021
1 parent da457ab commit 8820c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions import-into-eclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ from the Eclipse Marketplace.
_When instructed to execute `./gradlew` from the command line, be sure to execute it within your locally cloned `spring-framework` working directory._

1. Install the [Groovy Development Tools](https://marketplace.eclipse.org/content/groovy-development-tools).
- **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.
1. Switch to Groovy 3.0 in Eclipse (Preferences → Groovy → Compiler → Switch to 3.0...).
- 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.
1. Ensure that the _Forbidden reference (access rule)_ in Eclipse is set to `Info`
Expand Down

0 comments on commit 8820c89

Please sign in to comment.