jlink.launcher.jvmArgs does not default to application.applicationDefaultJvmArgs as documented
jvmArgs
list of JVM arguments to be passed to the java executable.
defaultValue: the arguments configured in the applicationDefaultJvmArgs property of the application extension
Reproduction:
Original:
git clone https://github.com/beryx-gist/badass-jlink-example
cd badadd-jlink-example
./gradlew clean jlink
Version:
2.24.1
Problem:
jlink.launcher.jvmArgs
does not default toapplication.applicationDefaultJvmArgs
as documentedReproduction:
Original:
Output 1:
Modification:
Output 2 (missing args):