1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-28 08:12:18 +00:00

Update gitpod dockerfile with java 17 default

mc 1.18 requires java 17, as does fabric api, best make sure the remote dev env can do its duty
This commit is contained in:
Merith 2022-01-04 14:22:26 -08:00 committed by ToadDev
parent 1dd6c8d75c
commit 69af1de979

View File

@ -13,7 +13,7 @@ USER gitpod
# Install Java 8 and 16
RUN sudo apt-get -q update && \
sudo apt install -yq openjdk-8-jdk openjdk-16-jdk
sudo apt install -yq openjdk-8-jdk openjdk-16-jdk openjdk-17-jdk
# This is so that you can use java 8 until such a time as you switch to java 16
RUN sudo update-java-alternatives --set java-1.16.0-openjdk-amd64
RUN sudo update-java-alternatives --set java-1.17.0-openjdk-amd64