In gradle you can run test for all subprojects of ...
# community-support
c
In gradle you can run test for all subprojects of your current submodule simply by being in the subdirectory. So running asub atest would run if you're in the suba directory and you run test. Is there a way to get that to work across multiple subprojects? Like if you have :a and 😛 and you want to recursively run build for those, but you also have :c that you want to avoid.
v
Without changes to the build scripts, probably only by two Gradle invitations. 🤷‍♂️