LUCENE-9166: gradle build: test failures need stacktraces

This commit is contained in:
Robert Muir 2020-01-27 06:09:04 -05:00
parent fddb5314fc
commit 2bb63afdaf
No known key found for this signature in database
GPG Key ID: 817AE1DD322D7ECA
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ allprojects {
showExceptions true
showCauses true
showStackTraces true
stackTraceFilters.clear()
showStandardStreams false
}