Created
June 14, 2019 18:46
-
-
Save esomore/a0ae78fd98bd982f9849fc8c4897d318 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# download jdk from oracle | |
# install jenv | |
jenv enable-plugin export | |
jenv add /Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home | |
jenv global 1.8.0.211 | |
jenv enable-plugin maven | |
jenv enable-plugin export | |
jenv doctor | |
enable mvn plugin in .zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment