print out more about test failures
(cherry picked from commit 328f7565ab
)
This commit is contained in:
parent
c8d0ecaf7e
commit
20016f75f7
|
@ -38,4 +38,11 @@ shadowJar {
|
||||||
exclude(dependency(global_libs.annotations))
|
exclude(dependency(global_libs.annotations))
|
||||||
exclude(dependency('com.ibm.icu:icu4j:.*'))
|
exclude(dependency('com.ibm.icu:icu4j:.*'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
testLogging {
|
||||||
|
events "failed"
|
||||||
|
exceptionFormat "full"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue