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

@@ -5,6 +5,7 @@ FlatLaf Change Log
- Made some fixes for right-to-left support in ComboBox, Slider and ToolTip.
(issue #18)
- Fixed Java 9 module descriptor (broken since 0.14).
## 0.15

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;
}