修改module-info

This commit is contained in:
redkale
2023-04-28 14:21:45 +08:00
parent 4a8fc9d771
commit 4911aa3f15

View File

@@ -5,7 +5,7 @@
* @author zhangjx
*
*/
module redkale {
module org.redkale {
requires java.base;
requires java.logging;