diff --git a/build.gradle b/build.gradle index bd8b760d11..698269ff09 100644 --- a/build.gradle +++ b/build.gradle @@ -287,7 +287,9 @@ project(":tests"){ test{ useJUnitPlatform() workingDir = new File("../core/assets") - exceptionFormat = 'full' + testLogging { + exceptionFormat = 'full' + } } }