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

Fixes for native profiles and java invocations #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    bbdb253 View commit details
    Browse the repository at this point in the history
  2. Add a native profile with no build args infinispan#26

    * A workaround to keep `mvn ... -Dnative` working as expected,
    while it easily offers a way to build native passing in
    -Dquarkus.native.additional-build-args via command line.
    * Additional build args via command line can help pass in
    diverse debugging and profiling options.
    galderz committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    53ec46a View commit details
    Browse the repository at this point in the history