diff --git a/build.gradle b/build.gradle index 22a7cad..75158d2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'application' id 'org.openjfx.javafxplugin' version '0.0.8' - id 'org.beryx.runtime' version '1.3.0' + id 'org.beryx.runtime' version '1.3.2-SNAPSHOT' } @@ -27,5 +27,6 @@ runtime { // imageOptions = ['--win-console'] installerOptions = ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut'] } + identifier = applicationName } } diff --git a/settings.gradle b/settings.gradle index c2bd2b4..3cff5b8 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,8 @@ +// Uncomment pluginManagement block for testing local plugin versions published to mavenLocal() +// pluginManagement { +// repositories { +// mavenLocal() +// gradlePluginPortal() +// } +// } rootProject.name = 'hellofx'