You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
The text was updated successfully, but these errors were encountered: