mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 15:07:11 -06:00
build.gradle.kts: removed unnecessary mapOf() and fixed formatting
This commit is contained in:
@@ -45,11 +45,11 @@ tasks {
|
||||
}
|
||||
}
|
||||
|
||||
named<Jar>("sourcesJar" ) {
|
||||
named<Jar>( "sourcesJar" ) {
|
||||
archiveBaseName.set( "flatlaf" )
|
||||
}
|
||||
|
||||
named<Jar>("javadocJar" ) {
|
||||
named<Jar>( "javadocJar" ) {
|
||||
archiveBaseName.set( "flatlaf" )
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user