Skip to content

Commit d0e374f

Browse files
feat(core): 修复 Java 模块化问题
1 parent df2b1ed commit d0e374f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

format-core/src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
exports org.d7z.objects.format.api;
1010
opens org.d7z.objects.format.rules;
1111
exports org.d7z.objects.format.rules;
12+
uses IFormat;
1213
provides IFormat with BasicDataFormat, DefaultDataFormat;
1314
}

0 commit comments

Comments
 (0)