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
I found jenv/jenv#324 which refers to the jenv README, which in turn clearly states that JAVA_HOME is not exported by default and the export plugin should be enabled by executing:
jenv enable-plugin export
exec $SHELL -l
Running mvnd now respects the correct jdk set by jenv:
I just installed
mvnd
and noticed it was using a different jdk thanmvn
.I installed mvnd using Homebrew. Perhaps I need to configure something additionally.
Any help is appreciated.
Here's the output of some local shell, java and maven info:
The text was updated successfully, but these errors were encountered: