support multi-resolution images in disabled icons on Java 9+ (e.g. @2x icons on macOS) (issue #70)

This commit is contained in:
Karl Tauber
2020-04-24 17:07:30 +02:00
parent 0141dfbea2
commit c9c703fe98
10 changed files with 195 additions and 5 deletions

View File

@@ -43,6 +43,9 @@ tasks {
manifest {
attributes( "Main-Class" to "com.formdev.flatlaf.demo.FlatLafDemo" )
if( JavaVersion.current() >= JavaVersion.VERSION_1_9 )
attributes( "Multi-Release" to "true" )
}
exclude( "module-info.class" )