fix(gui): use env %JAVA_HOME% as the JRE path (PR #895)

Co-authored-by: yunlong.yang <yunlong.yang@inveno.com>
This commit is contained in:
yunlong17568
2020-04-12 01:41:27 +08:00
committed by GitHub
parent a5ea560edc
commit c62039f327
+1
View File
@@ -70,6 +70,7 @@ launch4j {
maxHeapSize = 4096
maxHeapPercent = 70
downloadUrl = 'https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot#x64_win'
bundledJrePath = '%JAVA_HOME%'
}
test {