Skip to content

Commit 290f773

Browse files
HHH-15045 enable full exception for troubleshooting purpose (temporarily)
1 parent 58aad75 commit 290f773

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hibernate-core/hibernate-core.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,10 @@ tasks.withType( Test.class ).each { test ->
213213
}
214214
}
215215

216+
test {
217+
testLogging {
218+
events "failed"
219+
exceptionFormat "full"
220+
}
221+
}
222+

0 commit comments

Comments
 (0)