Skip to content

Commit 9b34c09

Browse files
committed
Merge pull request hamcrest#119 from alb-i986/gradle-show-stacktraces-for-test-failures
gradle should output the stacktrace for test failures
2 parents fd3a60d + 85d066b commit 9b34c09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ sourceSets {
3636
}
3737
}
3838

39+
test {
40+
testLogging {
41+
exceptionFormat = 'full'
42+
}
43+
}
44+
3945
jar {
4046
manifest {
4147
attributes 'Implementation-Title': 'hamcrest-all',

0 commit comments

Comments
 (0)