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

Add support for @arg file #205

Merged
merged 1 commit into from Feb 11, 2022
Merged

Add support for @arg file #205

merged 1 commit into from Feb 11, 2022

Commits on Feb 11, 2022

  1. Use argument file when invoking native-image

    With this, it is no longer necessary to build a fat jar (or shaded jar)
    under Windows in case of long classpath issues. Using the argument
    file is enabled by default. If the user uses a version older than 21.3,
    then they can use the fat jar support (and disable arg-file usage).
    
    Fixes #203
    melix committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ea11a97 View commit details
    Browse the repository at this point in the history