Multiple gradle files in single project

Hi

I have multiple gradle files in single project like build.gradle, build-custom.gradle. How to specify these files in settings.gradle and How to specify the execution order?

Please help us to resolve the issue.

Are you saying that you would like to run two builds, once with build.gradle and then a second time using build-custom.gradle instead?