2 Attachment(s)
Resources folders recognized as packages using the gradle plugin
I am testing Gradle IDE 3.2.0 in eclipse Juno. I have created a minimal multi-project. But when I add subfolders in the src/main/resources folder it looks like this:
Attachment 5504
why are the subfolders recognized as packages? I have tried to run update on the gradle projects and re-import but its keeps looking like the above picture.
In maven it looks like this:
Attachment 5503
Is this a bug in the Gradle IDE integrator for eclipse?