When detecting a composite build (settings.gradle is in a different location than build.gradle), the script should use -p option to specify the build location.
In addition, it should special case buildSrc directory. This will make running tasks from buildSrc as simple as cding in buildSrc and running the task via gw <task>
When detecting a composite build (
settings.gradleis in a different location thanbuild.gradle), the script should use-poption to specify the build location.In addition, it should special case
buildSrcdirectory. This will make running tasks frombuildSrcas simple ascding inbuildSrcand running the task viagw <task>