Update openjdk version
This commit is contained in:
parent
85cf390489
commit
a4715106b0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ eval "$(nodenv init -)"
|
|||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
|
||||
# Set default-jdk as the active JDK
|
||||
JDK_HOME=/usr/lib/jvm/java-11-openjdk-amd64
|
||||
JDK_HOME=/usr/lib/jvm/java-15-openjdk-amd64
|
||||
JAVA_HOME=$JDK_HOME
|
||||
|
||||
# ANTIGEN PLUGINS
|
||||
|
|
Reference in a new issue