Skip to content

Commit bcf46d9

Browse files
committed
Enable logging in tests
1 parent 391d706 commit bcf46d9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

webauthn-server-attestation/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ dependencies {
4040
// Transitive dependency from :webauthn-server-core:test
4141
'org.bouncycastle:bcpkix-jdk15on',
4242
)
43+
44+
testRuntimeOnly(
45+
'ch.qos.logback:logback-classic',
46+
)
4347
}
4448

4549

yubico-util/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ dependencies {
3333
testRuntimeOnly(
3434
'ch.qos.logback:logback-classic',
3535
)
36+
37+
testRuntimeOnly(
38+
'ch.qos.logback:logback-classic',
39+
)
3640
}
3741

3842

0 commit comments

Comments
 (0)