Skip to content

Commit 73c58bc

Browse files
committed
Add junit-platform-launcher as a test runtime dependency
See: https://junit.org/junit5/docs/5.12.0/user-guide/#running-tests-build-gradle-bom
1 parent 7f3f66c commit 73c58bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ dependencies {
1010
testImplementation("io.cucumber:cucumber-junit-platform-engine")
1111
testImplementation("org.junit.platform:junit-platform-suite")
1212
testImplementation("org.assertj:assertj-core")
13+
14+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1315
}
1416

1517
repositories {

0 commit comments

Comments
 (0)