This message was deleted.
# community-support
s
This message was deleted.
v
That's the default actually. If it is not doing that you are probably using
--continue
or its property alternative.
j
I experience it in intellij. I cant see if it is using
--continue
but would you expect it to the the case that all explicitly named tasks are also aborted ? ie. intellij seems to run
:assemble :module:jsTestClasses :module:classes (many more here..)
?
v
Yes, unless
--continue
or respective property is used, it should still end after the first task failure as soon as all already in parallel running tasks finished