Basic API Structure #2

Merged
kske merged 12 commits from f/basics into develop 2021-12-11 21:45:59 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a4695870c4 - Show all commits

View File

@ -5,7 +5,7 @@
* @author Kai S. K. Engelbart
* @since 0.0.1
*/
module dev.kske.undoredo {
module dev.kske.undoredo.core {
exports dev.kske.undoredo.core;
}

View File

@ -171,7 +171,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<configuration>
<argLine>--add-opens dev.kske.undoredo/dev.kske.undoredo=ALL-UNNAMED</argLine>
<argLine>--add-opens dev.kske.undoredo.core/dev.kske.undoredo.core=ALL-UNNAMED</argLine>
</configuration>
</plugin>