diff --git a/build.gradle b/build.gradle index 5833ea0..2d8d3d0 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ tasks.withType(Groovydoc).configureEach { tasks.withType(Test).configureEach { useJUnitPlatform() testLogging { - events('passed', 'skipped', 'failed') + events('passed', 'skipped', 'failed') showExceptions = true exceptionFormat = 'full' showCauses = true