added required module java.logging to module-info.java

This commit is contained in:
Karl Tauber
2019-12-23 15:39:58 +01:00
parent ea351935b2
commit d0160b8b6d

View File

@@ -19,6 +19,7 @@
*/
module com.formdev.flatlaf {
requires java.desktop;
requires java.logging;
exports com.formdev.flatlaf;
exports com.formdev.flatlaf.icons;