- use gradle `cpp-library` plugin instead of 3rd party plugin
- build natives only via task `build-natives`
This commit is contained in:
Karl Tauber
2022-04-21 12:58:16 +02:00
parent af3e280d74
commit 99666265c9
4 changed files with 84 additions and 74 deletions

View File

@@ -25,8 +25,7 @@ include( "flatlaf-demo" )
include( "flatlaf-testing" )
include( "flatlaf-theme-editor" )
if( org.gradle.internal.os.OperatingSystem.current().isWindows )
includeProject( "flatlaf-natives-windows", "flatlaf-natives/flatlaf-natives-windows" )
includeProject( "flatlaf-natives-windows", "flatlaf-natives/flatlaf-natives-windows" )
includeProject( "flatlaf-natives-jna", "flatlaf-natives/flatlaf-natives-jna" )
includeProject( "flatlaf-testing-modular-app", "flatlaf-testing/flatlaf-testing-modular-app" )