Skip to content

Commit 2421491

Browse files
committed
Add junit5-platform-launcher explicitly
1 parent f802018 commit 2421491

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ junit5-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit5" }
1010
junit5-api = { group = "org.junit.jupiter", name = "junit-jupiter-api" }
1111
junit5-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
1212
junit5-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" }
13+
junit5-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
1314

1415
[bundles]
1516

@@ -20,4 +21,5 @@ junit5-implementation = [
2021

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

0 commit comments

Comments
 (0)