mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
gradle: build target flatlaf-natives-windows only on Windows
(to fix build error on macOS)
This commit is contained in:
@@ -45,7 +45,8 @@ tasks {
|
||||
|
||||
processResources {
|
||||
// build native libraries
|
||||
dependsOn( ":flatlaf-natives-windows:assemble" )
|
||||
if( org.gradle.internal.os.OperatingSystem.current().isWindows )
|
||||
dependsOn( ":flatlaf-natives-windows:assemble" )
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user