Skip to content

Commit 4f6565f

Browse files
committed
Use Long id type in high id test
1 parent 885d7fa commit 4f6565f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/defaults-java.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ allprojects {
8181
includeEngines 'jqwik'
8282
}
8383
// enable verbose test logging
84-
// testLogging {
85-
// events "passed", "skipped", "failed", "standardOut", "standardError"
86-
// }
84+
testLogging {
85+
events "passed", "skipped", "failed", "standardOut", "standardError"
86+
}
8787
testLogging {
8888
afterSuite { desc, result ->
8989
if (!desc.parent) { // will match the outermost suite

0 commit comments

Comments
 (0)