Cheers ! it was as easy as I have become accustomed to with gradle already ! kind regardsmagnus
> Date: Tue, 7 Sep 2010 09:53:01 +0200 > From: [email protected] > To: [email protected] > Subject: Re: [gradle-user] disable container folders from building in deep > multiproject structures > > 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 > >
