11.5. Selecting which build to execute states that:
When you run the gradle command, it looks for a build file in the current directory. You can use the -b option to select another build file. If you use -b option then settings.gradle file is not used.
I have multi-module project whose settings.gradle includes submodules.
How can I workaround this?
-cwhat you're looking for? - Opal