Work is now using jre 11.

This commit is contained in:
James Patrick 2021-09-13 20:11:34 -04:00
parent c5ac68d5fa
commit 9569e99af7

View File

@ -1,6 +1,6 @@
export GOPATH="${HOME}/.go" export GOPATH="${HOME}/.go"
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin" export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
export JAVA_HOME=$(/usr/libexec/java_home -v 14) export JAVA_HOME=$(/usr/libexec/java_home -v 11)
path=( path=(
$GOPATH/bin $GOPATH/bin