Skip to content

Commit 521020b

Browse files
committed
Add logback to tests
1 parent 6dbb8df commit 521020b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

ffm-impl/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ dependencies {
2323
// JUnit 5 (JUnit 6 is not Java 8 compatible)
2424
testImplementation(libs.bundles.junit)
2525
testImplementation(project(":test-data"))
26+
27+
testRuntimeOnly(libs.logback.classic)
2628
}
2729

2830
java {

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jspecify = "org.jspecify:jspecify:1.0.0"
66
junit = "org.junit.jupiter:junit-jupiter:5.14.0"
77
junit-launcher = "org.junit.platform:junit-platform-launcher:1.14.0"
88
slf4j = "org.slf4j:slf4j-api:2.0.17"
9+
logback-classic = "ch.qos.logback:logback-classic:1.5.21"
910

1011
[bundles]
1112
junit = [

jni-impl/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ dependencies {
2222
// JUnit 5 (JUnit 6 is not Java 8 compatible)
2323
testImplementation(libs.bundles.junit)
2424
testImplementation(project(":test-data"))
25+
26+
testRuntimeOnly(libs.logback.classic)
2527
}
2628

2729
java {

0 commit comments

Comments
 (0)