diff --git a/build.gradle b/build.gradle index 26bce92b..6d033891 100644 --- a/build.gradle +++ b/build.gradle @@ -21,6 +21,9 @@ configurations { } test { + testLogging { + exceptionFormat = 'full' + } include "**/*Test.*" if (!project.hasProperty("allTests")) { useJUnit {