Skip to content

Commit

Permalink
Bump default java to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis-D committed Mar 14, 2016
1 parent 2d4eb87 commit d06dedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Expand Up @@ -203,7 +203,7 @@ export HISTFILESIZE=100000
export HISTSIZE=100000
export GRADLE_OPTS=-Xmx2g
[[ -x /usr/libexec/java_home ]] &&
export JAVA_HOME=$(/usr/libexec/java_home -v '1.7')
export JAVA_HOME=$(/usr/libexec/java_home -v '1.8')

# use gnu coreutils on Mac (and use the right man pages)
export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
Expand Down

0 comments on commit d06dedb

Please sign in to comment.