fixed Java 9 module descriptor (broken since 0.14)

This commit is contained in:
Karl Tauber
2019-10-23 09:55:55 +02:00
parent 06766cb4db
commit a2e21cb07b
2 changed files with 3 additions and 0 deletions

View File

@@ -24,4 +24,6 @@ module com.formdev.flatlaf {
exports com.formdev.flatlaf.icons;
exports com.formdev.flatlaf.ui;
exports com.formdev.flatlaf.util;
uses com.formdev.flatlaf.FlatDefaultsAddon;
}