We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e53ebe commit cddf95cCopy full SHA for cddf95c
build.gradle.kts
@@ -15,6 +15,7 @@ subprojects {
15
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
16
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.0")
17
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
18
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0")
19
}
20
21
tasks.test {
0 commit comments