removed module java.logging from module-info.javas

This commit is contained in:
Karl Tauber
2021-03-12 22:52:59 +01:00
parent 617a35c51b
commit 7c7ff289de
4 changed files with 11 additions and 5 deletions

View File

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