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

fix: #422 prevent export hook setting JAVA_HOME when system #430

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 31, 2024

  1. feat: handle system version better

    Use java from the path with jenv shims and locations removed.
    Set JAVA_HOME to be the linked java home from above, if it exists,
    otherwise search for OS utility programs which can pinpoint the javahome
    like libexec java_home or alternatives.
    Fallback to whatever JAVA_HOME is currently set to if it can't otherwise
    be resolved.
    andrewflbarnes committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    d53457e View commit details
    Browse the repository at this point in the history