Skip to content

Commit 3d73d1e

Browse files
committed
Issue: junit-team#3139 Add external diff module to module documentation
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
1 parent af16685 commit 3d73d1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

junit-platform-console/src/module/org.junit.platform.console/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
requires org.junit.platform.engine;
2121
requires org.junit.platform.launcher;
2222
requires org.junit.platform.reporting;
23+
requires io.github.javadiffutils;
2324

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

0 commit comments

Comments
 (0)