Skip to content
Snippets Groups Projects
Commit b7e33532 authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

chore(config): setup gitpod with java 17.0.2-tem

parent 45b6f9a5
No related branches found
No related tags found
No related merge requests found
...@@ -10,4 +10,5 @@ USER gitpod ...@@ -10,4 +10,5 @@ USER gitpod
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \ RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh \
&& sdk install java 16.0.1.hs-adpt \ && sdk install java 16.0.1.hs-adpt \
&& sdk default java 16.0.1.hs-adpt" && sdk install java 17.0.2-tem \
&& sdk default java 17.0.2-tem"
...@@ -2,7 +2,7 @@ image: ...@@ -2,7 +2,7 @@ image:
file: .gitpod.Dockerfile file: .gitpod.Dockerfile
tasks: tasks:
- init: sdk use java 16.0.1.hs-adpt - init: sdk use java 17.0.2-tem
command: cd todolist command: cd todolist
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment