Skip to content

Commit

Permalink
Add missing opens declarations in module-infos
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Apr 5, 2024
1 parent b417e3a commit c6502ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions matcher-cli/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
exports matcher.cli;
exports matcher.cli.provider;
exports matcher.cli.provider.builtin;

opens matcher.cli.provider.builtin to jcommander;
}
2 changes: 2 additions & 0 deletions matcher-gui/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
exports matcher.gui.ui;
exports matcher.gui.ui.menu;
exports matcher.gui.ui.tab;

opens matcher.gui.cli to jcommander;
}

0 comments on commit c6502ef

Please sign in to comment.