subprojects
Configures the sub-projects of this project
This method executes the given Action against the sub-projects of this project.
Since
0.7
Parameters
action
The action to execute.
Configures the sub-projects of this project.
This method executes the given closure against each of the sub-projects of this project. The target Project is passed to the closure as the closure's delegate.
Since
0.7
Parameters
configure Closure
The closure to execute.