Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[assemble] Support custom JAVA_OPTS values in jlink launcher #1553

Closed
aalmiray opened this issue Dec 15, 2023 · 1 comment
Closed

[assemble] Support custom JAVA_OPTS values in jlink launcher #1553

aalmiray opened this issue Dec 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request released Issue has been released
Milestone

Comments

@aalmiray
Copy link
Member

Similarly as it's done for the java-archive assembler, the contents of java.options should be honored and used as input for $JAVA_OPTS.

assemble:
  jlink:
    helloworld:
      active: ALWAYS
      imageName: '{{distributionName}}-{{projectVersion}}'
      java:
        options: -XX:+UseZGC -Xmx128m --enable-preview
@aalmiray aalmiray added the enhancement New feature or request label Dec 15, 2023
@aalmiray aalmiray added this to the v1.10.0 milestone Dec 15, 2023
@aalmiray aalmiray self-assigned this Dec 15, 2023
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Dec 15, 2023
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Dec 23, 2023
@aalmiray aalmiray added the released Issue has been released label Dec 31, 2023
@aalmiray
Copy link
Member Author

🎉 This issue has been resolved in v1.10.0 (Release Notes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released Issue has been released
Projects
None yet
Development

No branches or pull requests

1 participant