We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c825fd commit ba6add7Copy full SHA for ba6add7
src/test/java/module-info.java
@@ -1,11 +1,11 @@
1
-module lanat.test {
+module darvil.lanat.test {
2
requires org.junit.jupiter.api;
3
- requires lanat;
+ requires darvil.lanat;
4
requires org.jetbrains.annotations;
5
requires utils;
6
requires textFormatter;
7
8
- exports lanat.tests to lanat, org.junit.platform.commons, utils;
9
- exports lanat.tests.parser.commandTemplates to lanat, org.junit.platform.commons, utils;
10
- exports lanat.tests.parser to lanat, org.junit.platform.commons, utils;
+ exports lanat.tests to darvil.lanat, org.junit.platform.commons, utils;
+ exports lanat.tests.parser.commandTemplates to darvil.lanat, org.junit.platform.commons, utils;
+ exports lanat.tests.parser to darvil.lanat, org.junit.platform.commons, utils;
11
}
0 commit comments