mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +07:00
otherwise, module in production may be included as its (absent) test output root GitOrigin-RevId: 299a795edffa255eb4b8e189994276c2eaabd204
4 lines
62 B
Java
4 lines
62 B
Java
module m2 {
|
|
requires org.junit.jupiter.api;
|
|
requires m1;
|
|
} |