Hello Magnus,

> I'm wondering if there is any easy way to disable the building of folders
> that are just "containers" for actual subproject.
You can declare a subset of all projects (excluding these
"containers") and apply plugins only to them. See
http://github.com/gradle/gradle/blob/master/build.gradle and what
happens to groovyProjects and runtimeProjects (def groovyProjects() {
    subprojects.findAll { project -> project.name != 'docs' }
})
That should be get you started.

-- 
Regards / Pozdrawiam
Tomek Kaczanowski

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

    http://xircles.codehaus.org/manage_email


Reply via email to