mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 15:57:12 -06:00
Theme Editor: changed main class to com.formdev.flatlaf.themeeditor.FlatThemeEditor
This commit is contained in:
@@ -34,7 +34,7 @@ tasks {
|
||||
dependsOn( ":flatlaf-extras:jar" )
|
||||
|
||||
manifest {
|
||||
attributes( "Main-Class" to "com.formdev.flatlaf.themeeditor.FlatThemeFileEditor" )
|
||||
attributes( "Main-Class" to "com.formdev.flatlaf.themeeditor.FlatThemeEditor" )
|
||||
|
||||
if( JavaVersion.current() >= JavaVersion.VERSION_1_9 )
|
||||
attributes( "Multi-Release" to "true" )
|
||||
|
||||
Reference in New Issue
Block a user