Hi.
Given a multi-module build in subdirectory multi1 and another multi-module
build in subdirectory multi2, how can I do the equivalent of
$ cd multi1
$ gradlew
$ cd ../multi2
$ gradlew
?
Simply adding a settings.gradle to the root containing
include 'multi1'
include 'multi2'
didn't do the trick.
Is there a simple way to achieve this? Without falling back to additional
script files?
I'm asking because I'd like to use two (or more) separate multi-module builds
originally located in separate git repositories from another git repository
including them using submodules.
Cheers,
Joern.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email