We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae5412 commit 9acdf35Copy full SHA for 9acdf35
gradle/libs.versions.toml
@@ -11,6 +11,7 @@ checkstyle = "9.3"
11
junit5-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit5" }
12
junit5-api = { group = "org.junit.jupiter", name = "junit-jupiter-api" }
13
junit5-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" }
14
+junit5-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
15
16
[bundles]
17
@@ -20,6 +21,7 @@ junit5-implementation = [
20
21
22
junit5-runtime = [
23
"junit5-engine",
24
+ "junit5-platform-launcher",
25
]
26
27
[plugins]
0 commit comments