diff --git a/build.gradle b/build.gradle index 069980dc3e..4329fa1c93 100644 --- a/build.gradle +++ b/build.gradle @@ -194,6 +194,8 @@ allprojects { } tasks.withType(Test) { + failFast = true + // Prevent the project from creating temporary files outside of the build directory. systemProperty 'java.io.tmpdir', buildDir.absolutePath