Hi,
I'm wondering if there is any easy way to disable the building of folders that
are just "containers" for actual subproject.
Not an huge issue, but doesn't make sense to go through the whole build cycle
(eventhough quick when nothing to do), for something that just produces an
empty artifact.
The ..\gradle-0.9-rc-1\samples\java\multiproject sample illustrates my point
pretty well
the folder "services" is just a placeholder for services/shared and
services/webservice, but still the project "services" is build using the
javaplugin and a empty jar is produced
cheers
Magnus