diff --git a/build.gradle b/build.gradle index 114b4970..691313d8 100644 --- a/build.gradle +++ b/build.gradle @@ -124,4 +124,10 @@ subprojects { dependencies { testCompile 'junit:junit:4.8.2' } + + test { + testLogging { + exceptionFormat = 'full' + } + } }