Merge main into system-file-chooser

This commit is contained in:
Karl Tauber
2025-06-12 11:29:17 +02:00
50 changed files with 1351 additions and 272 deletions

View File

@@ -46,6 +46,9 @@ tasks {
if( JavaVersion.current() >= JavaVersion.VERSION_1_9 )
attributes( "Multi-Release" to "true" )
// allow loading FlatLaf native library in Java 24+ (see https://openjdk.org/jeps/472)
attributes( "Enable-Native-Access" to "ALL-UNNAMED" )
}
exclude( "module-info.class" )