Skip to content

Commit

Permalink
Avoid deprecation warning for missing subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Oct 10, 2024
1 parent d7ab63e commit 5e7f0fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ private static void junit(Path temp, Writer out, Writer err) throws Exception {
command.add("--module");
command.add("org.junit.platform.console");

command.add("execute");
command.add("--scan-modules");

command.add("--config");
Expand Down

0 comments on commit 5e7f0fb

Please sign in to comment.