diff --git a/build.gradle b/build.gradle index 90a594ae9..17b60a13f 100644 --- a/build.gradle +++ b/build.gradle @@ -208,6 +208,10 @@ task distZip(type: Zip, dependsOn: [jar, docsZip, schemaZip, sourcesJar, javadoc tasks.withType(Test) { systemProperty 'runLongTests', System.getProperty('runLongTests') + + testLogging { + exceptionFormat = 'full' + } } artifacts {