mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
Gradle: use simpler Kotlin DSL property assignment
https://blog.gradle.org/simpler-kotlin-dsl-property-assignment
This commit is contained in:
@@ -29,11 +29,11 @@ flatlafJniHeaders {
|
||||
}
|
||||
|
||||
library {
|
||||
targetMachines.set( listOf(
|
||||
targetMachines = 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