Skip to content

Commit

Permalink
fix(gui): set legacy sort flag also for launch4j (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Aug 20, 2022
1 parent 63a5713 commit db02890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jadx-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ launch4j {
windowTitle = 'jadx'
companyName = 'jadx'
jreMinVersion = '11'
jvmOptions = ['-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true', '-XX:+UseG1GC']
jvmOptions = ['-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true', '-XX:+UseG1GC', '-Djava.util.Arrays.useLegacyMergeSort=true']
jreRuntimeBits = "64"
bundledJre64Bit = true
initialHeapPercent = 5
Expand Down

0 comments on commit db02890

Please sign in to comment.