Skip to content

gui: Make sure custom JVM args are also applied in distribution

Antoine Belvire requested to merge bugfix/jvm_args_start_scripts into master

Context

!48 (merged) introduced custom JVM arguments for the Gradle 'run' task of GUI. Unfortunately, these settings were not copied to distribution start scripts, so they were only applied when launching the application with gradle run.

What has changed?

Main Changes

  • Update Gradle files so that custom JVM parameters are copied to distribution start scripts

Merge request reports