mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
Gradle: use simpler Kotlin DSL property assignment
https://blog.gradle.org/simpler-kotlin-dsl-property-assignment
This commit is contained in:
@@ -73,8 +73,8 @@ publishing {
|
||||
pom {
|
||||
licenses {
|
||||
license {
|
||||
name.set( "SIL OPEN FONT LICENSE Version 1.1" )
|
||||
url.set( "https://choosealicense.com/licenses/ofl-1.1/" )
|
||||
name = "SIL OPEN FONT LICENSE Version 1.1"
|
||||
url = "https://choosealicense.com/licenses/ofl-1.1/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,8 +73,8 @@ publishing {
|
||||
pom {
|
||||
licenses {
|
||||
license {
|
||||
name.set( "SIL OPEN FONT LICENSE Version 1.1" )
|
||||
url.set( "https://choosealicense.com/licenses/ofl-1.1/" )
|
||||
name = "SIL OPEN FONT LICENSE Version 1.1"
|
||||
url = "https://choosealicense.com/licenses/ofl-1.1/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user