Skip to content

Commit 85d066b

Browse files
committed
gradle should output the stacktrace for test failures
1 parent 5f79ba7 commit 85d066b

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)