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 905a7bb commit b664788Copy full SHA for b664788
gradle/plugins/common/src/main/kotlin/junitbuild.testing-conventions.gradle.kts
@@ -200,7 +200,7 @@ dependencies {
200
testImplementation(dependencyFromLibs("testingAnnotations"))
201
testImplementation(project(":junit-jupiter"))
202
203
- testRuntimeOnly(project(":junit-platform-engine"))
+ testRuntimeOnly(project(":junit-platform-launcher"))
204
testRuntimeOnly(project(":junit-platform-reporting"))
205
206
testRuntimeOnly(bundleFromLibs("log4j"))
0 commit comments