mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
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:
@@ -17,7 +17,6 @@
|
||||
rootProject.name = "FlatLaf"
|
||||
|
||||
include( "flatlaf-core" )
|
||||
include( "flatlaf-native-jna" )
|
||||
include( "flatlaf-extras" )
|
||||
include( "flatlaf-swingx" )
|
||||
include( "flatlaf-jide-oss" )
|
||||
@@ -25,3 +24,10 @@ include( "flatlaf-intellij-themes" )
|
||||
include( "flatlaf-demo" )
|
||||
include( "flatlaf-testing" )
|
||||
include( "flatlaf-theme-editor" )
|
||||
|
||||
includeProject( "flatlaf-natives-jna", "flatlaf-natives/flatlaf-natives-jna" )
|
||||
|
||||
fun includeProject( projectPath: String, projectDir: String ) {
|
||||
include( projectPath )
|
||||
project( ":$projectPath" ).projectDir = file( projectDir )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user