Skip to content

Commit 28b5212

Browse files
committed
Fix org.junit.platform.commons.JUnitException
1 parent 78089d3 commit 28b5212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies {
1717
testImplementation(libs.org.junit.jupiter.junit.jupiter.api)
1818
testImplementation(libs.org.junit.jupiter.junit.jupiter.engine)
1919
testImplementation(libs.org.junit.jupiter.junit.jupiter)
20+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2021
testImplementation(libs.org.slf4j.slf4j.simple)
2122
}
2223

0 commit comments

Comments
 (0)