Skip to content

Instantly share code, notes, and snippets.

@esomore
Created June 14, 2019 18:46
Show Gist options
  • Save esomore/a0ae78fd98bd982f9849fc8c4897d318 to your computer and use it in GitHub Desktop.
Save esomore/a0ae78fd98bd982f9849fc8c4897d318 to your computer and use it in GitHub Desktop.
# 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