Testing all sub projects

How can we run tests on all sub projects, even if early tests/sub-projects fail?

‘gradle test --continue’

Wow! Thanks for the super-quick response. That is working just fine!

I had skimmed through the docs but didn’t stumble upon it.

I big thankyou for all the effort going into Gradle - its working very well for us so far…we had a failed attempt at CI a couple of years ago with Ant+Ivy- we’ve got alot of our compile time dependencies mapped into a gradle prototype build with minimal effort and its integrating nicely with our CI server.