Upgrade to java 16

This commit is contained in:
Hallvard Trætteberg
2021-08-11 15:12:25 +00:00
parent 0f7ef54ebf
commit c892ebfdec
7 changed files with 172 additions and 0 deletions

7
.gitpod.Dockerfile vendored Normal file
View File

@@ -0,0 +1,7 @@
FROM gitpod/workspace-full-vnc
USER gitpod
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
&& sdk install java 16.0.1.hs-adpt \
&& sdk default java 16.0.1.hs-adpt"