diff --git a/build.gradle b/build.gradle index e5bde2f30dd5..1f56f501cc2c 100644 --- a/build.gradle +++ b/build.gradle @@ -94,6 +94,13 @@ subprojects { testCompile 'org.slf4j:slf4j-simple' testCompile 'org.mockito:mockito-core' } + + test { + testLogging { + events "failed" + exceptionFormat "full" + } + } } apply from: 'baseline.gradle'