mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-09 16:25:10 +03:00
Gradle: use simpler Kotlin DSL property assignment
https://blog.gradle.org/simpler-kotlin-dsl-property-assignment
This commit is contained in:
@@ -25,7 +25,7 @@ flatlafJniHeaders {
|
||||
}
|
||||
|
||||
library {
|
||||
targetMachines.set( listOf( machines.linux.x86_64 ) )
|
||||
targetMachines = listOf( machines.linux.x86_64 )
|
||||
}
|
||||
|
||||
var javaHome = System.getProperty( "java.home" )
|
||||
|
||||
Reference in New Issue
Block a user