On Tue, Sep 7, 2010 at 7:23 AM, Magnus Rundberget <[email protected]>wrote:
> 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 > Depending on what you want you don't even need to include them as projects. This is something you can configure in the settings.gradle. You might have a look at the settings.gradle of the build of Gradle itself. - Hans -- Hans Dockter Founder, Gradle http://www.gradle.org, http://twitter.com/gradleorg CEO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz > > cheers > Magnus >
