mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
Make Gradle fail fast when a unit test doesn't succeed.
This commit is contained in:
parent
94c7113305
commit
0241c83809
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user