Skip to content

Commit

Permalink
gitpod java version
Browse files Browse the repository at this point in the history
  • Loading branch information
marwin1991 committed May 31, 2022
1 parent f96560e commit bb9a9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM gitpod/workspace-full

RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && sdk install java 17.0.3-oracle"
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && sdk install java 17.0.3-oracle && sdk default java 17.0.3-oracle"

0 comments on commit bb9a9f7

Please sign in to comment.