I have a set of 15 or so interdependent Gradle Java modules/projects that build correctly with Gradle. However, I run into issues importing them into Eclipse.
If I import them via the Gradle Eclipse plug-in (import as Gradle project) and select "Build Model" in the root folder, it imports the projects, but doesn't treat them as Java projects. Specifically, syntax errors are not recognized.
If I import each project individually, they are recognized as Java projects, but they are not linked properly and Eclipse shows build errors.
How do I properly import/link Gradle projects into Eclipse?