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:

wrong.jpg

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:

correct.jpg

Is this a bug in the Gradle IDE integrator for eclipse?