From 5b38479a0b297eb099695fdd5c196c35d5d591d1 Mon Sep 17 00:00:00 2001 From: mbillen Date: Mon, 24 Feb 2020 15:33:14 +0100 Subject: [PATCH] consider the windows JAVA_HOME variable --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 0de9c9f..84fd481 100644 --- a/build.gradle +++ b/build.gradle @@ -53,6 +53,7 @@ createExe { jar = "lib/${project.tasks.fatJar.archiveName}" icon= '../../icon.ico' jreMinVersion ='1.7.0' + bundledJrePath = '%JAVA_HOME%' } // In this section you declare the dependencies for your production and test code