Yep.. this is what I did/othrs suggested.. thanks.
I'm trying to collect these "wonderful nuggets" in a more pragmatic fashion..
because finding this stuff in the docs (and yes, amazingly , it is IN THE
DOCS.. so thank you doc writiers)..... but FINDING these.. in context... is
just very hard IMHO
Roger
On Oct 25, 2010, at 11:43 AM, Gretar Arnason wrote:
> is chapter '36.2.3.1. Filtering by name' in the documentation what you are
> looking for?
>
> namely:
>
> configure(subprojects.findAll {it.name != 'PROJECT_X' && it.name !=
> 'PROJECT_Y'}) {
>
> apply plugin: 'java'
> }
>
>
> Haven't tried it but sounds like what you want?
> regard
> gretar