I’ve done all the hacks you have to do to get Buildship to put things on your module path. I’ve checked it in Eclipse and it worked. The project and both modules are on the module path. But when I try to run the unit tests, I get:
Error occurred during initialization of boot layer
java.lang.module.FindException: Module core.resource not found, required by data.formats.library
Anyone seen this before?
An interesting symptom: when I run “gradle eclipse” the problem goes away for a little while. Then it comes back again.