added version and JPMS module descriptor

This commit is contained in:
2022-01-15 19:33:00 +08:00
parent b55b1ab22e
commit f2980cf2f9
6 changed files with 31 additions and 18 deletions
+1
View File
@@ -1,3 +1,4 @@
module net.woggioni.wdi {
requires net.woggioni.jwo;
exports net.woggioni.wdi;
}