diff --git a/build.gradle b/build.gradle index 46195c88..9bbf6b06 100644 --- a/build.gradle +++ b/build.gradle @@ -74,6 +74,9 @@ project(':spring-restdocs') { test { jvmArgs "-javaagent:${configurations.jacoco.asPath}=destfile=${buildDir}/jacoco.exec,includes=org.springframework.restdocs.*" + testLogging { + exceptionFormat "full" + } } }