Skip to content

Commit b664788

Browse files
committed
Add testRuntimeOnly dependency on junit-platform-launcher
1 parent 905a7bb commit b664788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.testing-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ dependencies {
200200
testImplementation(dependencyFromLibs("testingAnnotations"))
201201
testImplementation(project(":junit-jupiter"))
202202

203-
testRuntimeOnly(project(":junit-platform-engine"))
203+
testRuntimeOnly(project(":junit-platform-launcher"))
204204
testRuntimeOnly(project(":junit-platform-reporting"))
205205

206206
testRuntimeOnly(bundleFromLibs("log4j"))

0 commit comments

Comments
 (0)