From d6b26d83870e2be5c785d2ab1b1cf3cfa99b1eb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20USTA?= Run HelloWorld using Gradle
diff --git a/ide-eclipse.html b/ide-eclipse.html
index 01a51ed..b940ab6 100644
--- a/ide-eclipse.html
+++ b/ide-eclipse.html
@@ -815,8 +815,8 @@
plugins {
id 'application'
- id 'org.openjfx.javafxplugin' version '0.0.5'
+ id 'org.openjfx.javafxplugin' version '0.0.12'
}
5. Create a custom runtime image
plugins {
id 'application'
id 'eclipse'
- id 'org.openjfx.javafxplugin' version '0.0.7'
- id 'org.beryx.jlink' version '2.9.4'
+ id 'org.openjfx.javafxplugin' version '0.0.12'
+ id 'org.beryx.jlink' version '2.25.0'
}
javafx {
diff --git a/ide-intellij.html b/ide-intellij.html
index 3b35155..0f0d7fd 100644
--- a/ide-intellij.html
+++ b/ide-intellij.html
@@ -647,8 +647,8 @@ 6. Create a custom runtime image
plugins {
id 'application'
- id 'org.openjfx.javafxplugin' version '0.0.7'
- id 'org.beryx.jlink' version '2.9.4'
+ id 'org.openjfx.javafxplugin' version '0.0.12'
+ id 'org.beryx.jlink' version '2.25.0'
}
javafx {
diff --git a/ide-netbeans.html b/ide-netbeans.html
index 085afc7..150203b 100644
--- a/ide-netbeans.html
+++ b/ide-netbeans.html
@@ -674,8 +674,8 @@
6. Create a custom runtime image
plugins {
id 'application'
- id 'org.openjfx.javafxplugin' version '0.0.7'
- id 'org.beryx.jlink' version '2.9.4'
+ id 'org.openjfx.javafxplugin' version '0.0.12'
+ id 'org.beryx.jlink' version '2.25.0'
}
javafx {
diff --git a/ide-vscode.html b/ide-vscode.html
index 7b68b28..9562bcc 100644
--- a/ide-vscode.html
+++ b/ide-vscode.html
@@ -213,7 +213,7 @@
2. Modify the build
build file, setting the
mainClassName accordingly to org.openjfx.MainApp.
- Make sure the plugin org.openjfx.javafxplugin is applied and the version is set to 0.0.10
+ Make sure the plugin org.openjfx.javafxplugin is applied and the version is set to 0.0.12
Similar to Maven, we can declare the required JavaFX modules in the build.gradle file. @@ -530,8 +530,8 @@
plugins {
id 'application'
- id 'org.openjfx.javafxplugin' version '0.0.7'
- id 'org.beryx.jlink' version '2.9.4'
+ id 'org.openjfx.javafxplugin' version '0.0.12'
+ id 'org.beryx.jlink' version '2.25.0'
}
javafx {
diff --git a/modular.html b/modular.html
index 4798aa3..30bf423 100644
--- a/modular.html
+++ b/modular.html
@@ -306,8 +306,8 @@ Runtime images
plugins {
id 'application'
- id 'org.openjfx.javafxplugin' version '0.0.7'
- id 'org.beryx.jlink' version '2.9.4'
+ id 'org.openjfx.javafxplugin' version '0.0.12'
+ id 'org.beryx.jlink' version '2.25.0'
}
javafx {