Skip to content

Commit c170aef

Browse files
committed
Enable log output for tests
1 parent 68f060b commit c170aef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ testing {
2828
implementation libs.assertj
2929
implementation libs.mockitoJunit
3030
}
31+
targets.all {
32+
testTask.configure {
33+
systemProperty 'java.util.logging.config.file', file('src/test/resources/logging.properties')
34+
}
35+
}
3136
}
3237
}
3338
}

0 commit comments

Comments
 (0)