Skip to content

Commit

Permalink
Issue: junit-team#3139 Add external diff module to module documentation
Browse files Browse the repository at this point in the history
Add external diff module  to module documentation
For unknown reason, the test cases can not find the external module while the gradle can build normally.

Issue: junit-team#3139
  • Loading branch information
XJ114514 committed Sep 14, 2024
1 parent af16685 commit 3d73d1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
requires org.junit.platform.engine;
requires org.junit.platform.launcher;
requires org.junit.platform.reporting;
requires io.github.javadiffutils;

provides java.util.spi.ToolProvider with org.junit.platform.console.ConsoleLauncherToolProvider;
}

0 comments on commit 3d73d1e

Please sign in to comment.