I have a multi modules gradle build as follow
root \
moduleA \
moduleB \
moduleC \
where moduleB
depends on moduleA
.
I want moduleB
to be built last regardless whether moduleB
depends on moduleC
or not. Is there a way to do that?