Skip to content

Commit 3541eec

Browse files
committed
Add junit5-platform-launcher explicitly
1 parent a8ec2ff commit 3541eec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/libs.versions.toml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ joda-time = { group = "joda-time", name = "joda-time", version.ref = "joda-time"
1515
junit5-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit5" }
1616
junit5-api = { group = "org.junit.jupiter", name = "junit-jupiter-api" }
1717
junit5-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" }
18+
junit5-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
1819

1920
[bundles]
2021

@@ -24,4 +25,5 @@ junit5-implementation = [
2425

2526
junit5-runtime = [
2627
"junit5-engine",
28+
"junit5-platform-launcher",
2729
]

0 commit comments

Comments
 (0)