Native window decorations: renamed project flatlaf-native-jna to flatlaf-natives/flatlaf-natives-jna

removed module-info.java because this JAR is not released/published
This commit is contained in:
Karl Tauber
2021-03-04 11:04:47 +01:00
parent 7341008449
commit a6815574f7
9 changed files with 14 additions and 40 deletions

View File

@@ -27,7 +27,7 @@ repositories {
dependencies {
implementation( project( ":flatlaf-core" ) )
implementation( project( ":flatlaf-native-jna" ) )
implementation( project( ":flatlaf-natives-jna" ) )
implementation( project( ":flatlaf-extras" ) )
implementation( project( ":flatlaf-swingx" ) )
implementation( project( ":flatlaf-jide-oss" ) )