I’ve tried to setup the following:
- multi-module project with one grade module configured as a Java 9 module
- JUnit 5
- Grade chainsaw plugin
- Eclipse Oxygen 2
- Buildship plugin
Buildship and command line successfully build the project, including running the tests. Eclipse doesn’t see the tests and demand that I configure the JUnit 5 plugin. If I don’t use Java 9 modules I have no problems in Eclipse.
Any thoughts?