Skip to content

Commit

Permalink
Update JDK to 17.0.10-tem for sdkman usages
Browse files Browse the repository at this point in the history
  • Loading branch information
famod committed Feb 13, 2024
1 parent 5cbc7a3 commit 0c6c219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitpod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM gitpod/workspace-java-17

RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \
sdk install java 17.0.9-tem && \
sdk use java 17.0.9-tem && \
sdk install java 17.0.10-tem && \
sdk use java 17.0.10-tem && \
yes | sdk install quarkus && \
rm -rf $HOME/.sdkman/archives/* && \
rm -rf $HOME/.sdkman/tmp/* "
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=17.0.9-tem
java=17.0.10-tem
mvnd=1.0-m7-m39

0 comments on commit 0c6c219

Please sign in to comment.