This message was deleted.
# community-support
s
This message was deleted.
z
this almost gets my desired behavior. but
./gradlew taskTwo
does not execute
taskOne
- which is what I also want
v
I think only with a
taskThree
that does the actual work.
taskOne
then will be finalized by
taskThree
and
taskTwo
depend on
taskOne
.