We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e6a34 commit e6cc33bCopy full SHA for e6cc33b
build.gradle.kts
@@ -24,6 +24,8 @@ dependencies {
24
25
testImplementation(platform("org.junit:junit-bom:5.12.0"))
26
testImplementation("org.junit.jupiter:junit-jupiter")
27
+
28
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher")
29
}
30
31
wrapperUpgrade {
0 commit comments