How to build heirarchy of projects

Hi Guys,

Good to come back on our forum with new question/help.

I have folder structure like this below:

–BusinessRoot
------- – Devices
--------------Devices/ApacDevice
---------------------Devices/ApacDevice/project1
---------------------Devices/ApacDevice/project2
--------------Devices/EMEADevice
---------------------Devices/EMEADevice/project3
------- – Connectors
---------------Connectors/RetailConnector
------------------Connectors/RetailConnector/Project4

I have build.gradle on evry level of group of projects.
I am tryiing to build ASIADevice from BUsinessRoot.
BusinessRoot> gradle build
I am expecting this build ASIADevice , EMEADevice and its sub modules.

Can any one help on this…

Thanks In Advacnce ,

Please see the user guide section on setting up multi-project builds as well as the DSL reference for the Settings object.