In RootProject, I have the build.gralde and settings.gradle. common,subProj1 and subProj2 are subprojects in settings.gradle
intermediateDir IS NOT a subproject! It is used only for grouping the subProj1, subProj2 since they are related.
Everytime I run "gradle eclipse" in the root directory, I get .classpath and .project files also in the intermediateDir, which I shouldn't since this is not a sub project! So basically intermediateDir is considered a sub project for some tasks, even if not in settings.gradle. Any quick way around this?