Skip to content

Commit

Permalink
fix(gui): use env %JAVA_HOME% as the JRE path (PR #895)
Browse files Browse the repository at this point in the history
Co-authored-by: yunlong.yang <yunlong.yang@inveno.com>
  • Loading branch information
YunlongYang and yunlong.yang authored Apr 11, 2020
1 parent a5ea560 commit c62039f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jadx-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c62039f

Please sign in to comment.