fixed JPMS bug

This commit is contained in:
2022-07-01 04:36:02 +08:00
parent 2b8e150949
commit 2516139a31
14 changed files with 166 additions and 19 deletions

View File

@@ -1,6 +1,5 @@
module net.woggioni.envelope {
requires java.logging;
requires static lombok;
requires net.woggioni.envelope.loader;
requires java.instrument;
}