diff --git a/modular/gradle/hellofx/build.gradle b/modular/gradle/hellofx/build.gradle index a13620c..9ce5016 100644 --- a/modular/gradle/hellofx/build.gradle +++ b/modular/gradle/hellofx/build.gradle @@ -1,6 +1,6 @@ plugins { id 'application' - id 'org.openjfx.javafxplugin' version '0.0.10' + id 'org.openjfx.javafxplugin' version '0.1.0' id 'org.beryx.jlink' version '2.12.0' } diff --git a/modular/gradle/hellofx/gradle/wrapper/gradle-wrapper.properties b/modular/gradle/hellofx/gradle/wrapper/gradle-wrapper.properties index 8c3d8c0..2d53e36 100644 --- a/modular/gradle/hellofx/gradle/wrapper/gradle-wrapper.properties +++ b/modular/gradle/hellofx/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip diff --git a/non-modular/gradle/hellofx/build.gradle b/non-modular/gradle/hellofx/build.gradle index 4e083d8..ff0f418 100644 --- a/non-modular/gradle/hellofx/build.gradle +++ b/non-modular/gradle/hellofx/build.gradle @@ -1,6 +1,6 @@ plugins { id 'application' - id 'org.openjfx.javafxplugin' version '0.0.10' + id 'org.openjfx.javafxplugin' version '0.1.0' } repositories { diff --git a/non-modular/gradle/hellofx/gradle/wrapper/gradle-wrapper.properties b/non-modular/gradle/hellofx/gradle/wrapper/gradle-wrapper.properties index 8c3d8c0..2d53e36 100644 --- a/non-modular/gradle/hellofx/gradle/wrapper/gradle-wrapper.properties +++ b/non-modular/gradle/hellofx/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip