Skip to content

Commit e6cc33b

Browse files
committed
Add required dependency on junit-platform-launcher
See junit-team/junit5#4335
1 parent d0e6a34 commit e6cc33b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ dependencies {
2424

2525
testImplementation(platform("org.junit:junit-bom:5.12.0"))
2626
testImplementation("org.junit.jupiter:junit-jupiter")
27+
28+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2729
}
2830

2931
wrapperUpgrade {

0 commit comments

Comments
 (0)