File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
2830java {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ jspecify = "org.jspecify:jspecify:1.0.0"
66junit = " org.junit.jupiter:junit-jupiter:5.14.0"
77junit-launcher = " org.junit.platform:junit-platform-launcher:1.14.0"
88slf4j = " org.slf4j:slf4j-api:2.0.17"
9+ logback-classic = " ch.qos.logback:logback-classic:1.5.21"
910
1011[bundles ]
1112junit = [
Original file line number Diff line number Diff 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
2729java {
You can’t perform that action at this time.
0 commit comments