Skip to content

Commit

Permalink
Updated JDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Verdagon committed Sep 2, 2023
1 parent 84e5e48 commit 0d2876c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ubuntu/install-compiler-prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [[ $INSTALL_JAVA != 0 ]]; then
wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo tee /etc/apt/keyrings/adoptium.asc
echo "deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list
sudo apt-get update
sudo apt-get install -y temurin-11-jdk
sudo apt-get install -y temurin-20-jdk
fi

# Install SBT
Expand Down

0 comments on commit 0d2876c

Please sign in to comment.