revert to javafx 23 due to jpackage launcher link bug

This commit is contained in:
Craig Raw 2025-10-01 12:10:39 +02:00
parent c3d3fd1fda
commit 9e33861110

View file

@ -33,7 +33,7 @@ tasks.withType(AbstractArchiveTask).configureEach {
}
javafx {
version = headless ? "18" : "24.0.2"
version = headless ? "18" : "23.0.2"
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.swing', 'javafx.graphics' ]
}