When I import composite build which includes projects which are inter-dependent on each other I get those projects correctly linked in eclipse when dependency on artifact is declared as implementation. Dependencies declared in compileOnly configuration are missing (no link to project and no link to actual artifact from repository)
To rephrase, this from the plugin description does not work for compileOnly dependencies
All included builds are synchronized together.
Binary dependencies between included builds are replaced with Eclipse project dependencies. Also, the included build dependency substitution rules declared in the settings.gradle file are respected.
When I import composite build which includes projects which are inter-dependent on each other I get those projects correctly linked in eclipse when dependency on artifact is declared as implementation. Dependencies declared in compileOnly configuration are missing (no link to project and no link to actual artifact from repository)
To rephrase, this from the plugin description does not work for compileOnly dependencies
compo.zip demonstrates our layout and problem.
proj1 declares dependencies as follows
The link is correctly made to proj2 but proj3 is completely missing (no link, no jar)
Environment