I have multimodule project. When I run tests then ...
# community-support
e
I have multimodule project. When I run tests then some module fails but not all modules run. Can I tell gradle to continue running test tasks even when some previous test tasks failed?
1
Looks like
--continue
should work
👍 3
Let me try