Skip to content

Commit 9acdf35

Browse files
committed
Add junit5-platform-launcher explicitly
1 parent bae5412 commit 9acdf35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ checkstyle = "9.3"
1111
junit5-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit5" }
1212
junit5-api = { group = "org.junit.jupiter", name = "junit-jupiter-api" }
1313
junit5-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" }
14+
junit5-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
1415

1516
[bundles]
1617

@@ -20,6 +21,7 @@ junit5-implementation = [
2021

2122
junit5-runtime = [
2223
"junit5-engine",
24+
"junit5-platform-launcher",
2325
]
2426

2527
[plugins]

0 commit comments

Comments
 (0)