mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
macOS: native rounded borders for popups (issue #715)
This commit is contained in:
@@ -29,7 +29,11 @@ flatlafJniHeaders {
|
||||
}
|
||||
|
||||
library {
|
||||
targetMachines.set( listOf( machines.windows.x86, machines.windows.x86_64, machines.windows.architecture( "aarch64" ) ) )
|
||||
targetMachines.set( listOf(
|
||||
machines.windows.x86,
|
||||
machines.windows.x86_64,
|
||||
machines.windows.architecture( "aarch64" )
|
||||
) )
|
||||
}
|
||||
|
||||
var javaHome = System.getProperty( "java.home" )
|
||||
|
||||
Reference in New Issue
Block a user