GRadle - if junits fail,the build is failing without executing the next test case

That’s normal, expected behavior. Gradle executes a series of steps and stops when one fails.

Would you expect gradle to run your tests if the compile failed?