Skip to content

Commit 14c34ea

Browse files
committed
Use matching version of junit-platform-launcher
1 parent 231b4ab commit 14c34ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/utils/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ dependencies {
5252
implementation(libs.openjson)
5353
testImplementation(platform(libs.test.junit.bom))
5454
testImplementation(libs.test.junit.jupiter.core)
55+
testRuntimeOnly(libs.test.junit.platform.launcher)
5556
}

0 commit comments

Comments
 (0)