Skip to content

Commit

Permalink
[testing] uninstalling jdk 11 and 17, as suggested here: https://gith…
Browse files Browse the repository at this point in the history
  • Loading branch information
fcamblor committed Jan 12, 2023
1 parent e617f60 commit fdc329f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ ENV IDEA_JDK /home/gitpod/.sdkman/candidates/java/current
ENV JAVA_HOME /home/gitpod/.sdkman/candidates/java/current

RUN bash -c "source /home/gitpod/.sdkman/bin/sdkman-init.sh && \
sdk uninstall java 17 && \
sdk uninstall java 11 && \
sdk install java 8.0.352-zulu < /dev/null && \
sdk default java 8.0.352-zulu"

Expand Down

0 comments on commit fdc329f

Please sign in to comment.