Skip to content

Commit

Permalink
build(Install Script): Change Java version from 11 to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Jun 6, 2024
1 parent 300b2f4 commit 9468458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/beforeInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ sudo -u ubuntu -g ubuntu mkdir $BUILD_FILES
sudo -u ubuntu -g ubuntu aws s3 sync s3://wise-build-files $BUILD_FILES
chmod u+x $BUILD_FILES/sync.sh

echo "Installing Java 11"
apt-get install openjdk-11-jdk-headless -y
echo "Installing Java 17"
apt-get install openjdk-17-jdk-headless -y

echo "Create tomcat group"
groupadd -g 1001 tomcat
Expand Down

0 comments on commit 9468458

Please sign in to comment.