We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78089d3 commit 28b5212Copy full SHA for 28b5212
build.gradle.kts
@@ -17,6 +17,7 @@ dependencies {
17
testImplementation(libs.org.junit.jupiter.junit.jupiter.api)
18
testImplementation(libs.org.junit.jupiter.junit.jupiter.engine)
19
testImplementation(libs.org.junit.jupiter.junit.jupiter)
20
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
21
testImplementation(libs.org.slf4j.slf4j.simple)
22
}
23
0 commit comments