bug - javac can not reference class in other gradle module #3885
Open
Description
Without javac eabled and with gradle buildship, the project is imported as expected and class form other module can be autocompleted. However with javac enabled it seems that classes from other modules are not visible.
Steps to reproduce
- Javac should be enabled
- Download and open this project, multimodule.zip
- Go to services/module-a/src/main/java/com/one/demo/DemoApplication.java, the Test class will be red and can not be referenced from module-b