diff --git a/build.gradle b/build.gradle index 88b2fa56..87ef331c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'application' - id 'org.openjfx.javafxplugin' version '0.0.10' + id 'org.openjfx.javafxplugin' version '0.0.13' id 'extra-java-module-info' id 'org.beryx.jlink' version '2.24.0' } @@ -29,7 +29,7 @@ tasks.withType(AbstractArchiveTask) { } javafx { - version = "17" + version = "18" modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.swing', 'javafx.graphics' ] }