Skip to content

Commit

Permalink
fix(launch4j): do not overwrite Java heap configuration from applicat…
Browse files Browse the repository at this point in the history
…ionDefaultJvmArgs (PR #2218)
  • Loading branch information
jpstotz authored Jul 20, 2024
1 parent ec0bf70 commit a8d889d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jadx-gui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ launch4j {
chdir.set("")
jvmOptions.set(application.applicationDefaultJvmArgs.toSet())
requires64Bit.set(true)
initialHeapPercent.set(5)
maxHeapSize.set(4096)
maxHeapPercent.set(70)
downloadUrl.set("https://www.oracle.com/java/technologies/downloads/#jdk21-windows")
bundledJrePath.set(if (project.hasProperty("bundleJRE")) "%EXEDIR%/jre" else "%JAVA_HOME%")
classpath.set(tasks.getByName("shadowJar").outputs.files.map { "%EXEDIR%/lib/${it.name}" }.toSortedSet())
Expand Down

0 comments on commit a8d889d

Please sign in to comment.