Skip to content

Commit 3109ca3

Browse files
committed
switch from runtimeOnly engine to platform-launcher
1 parent cceb193 commit 3109ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/jvm/junit5/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626
testImplementation("ch.tutteli.atrium:atrium-fluent:$atriumVersion")
2727

2828
// setup for junit5
29-
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
30-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
29+
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
30+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3131
}
3232

3333
tasks.test {

0 commit comments

Comments
 (0)