So.. I got my multiproject build to work (yay!)

I find that to use the idea/eclipse plugin, I have to, in the ROOT build.gradle 
do:

subprojects {
  apply plugin: 'idea' 
  apply plugin: 'eclipse'
}

Now, of course, this ... "works"(?).. but then it makes files like they are all 
separate projects etc.. which is.. I guess.. 'mostly true' heh

I dunno. .not a big deal, wanted to let people know this is a way to get it 
"working".. but that it is still tricky.

Gradle rules!

Roger


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to