Eclipse Oxygen 2, Gradle 4.4.1, and Java 9 Modules

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?