Hi folks
I am facing a java gradle project does not build correctly.
The project folder structure is like
repo/
build.gradle
setting.gradle
rest-impl/
build.gralde
rest-client
rest-factory
Comparing to another repo where buildship works successfully, I think rest-impl folder should contain .classpath file and .project file, however, it doesn’t have.
So that is why I am suspecting the build is not working correctly.
In order to figure out what is going wrong, I am wondering if anyone knows how Buildship determines to generate .classpath and .project file or not.
repo/setting.gralde
include 'rest-impl',
'rest-client',
'rest-factory'