Skip to content

Commit

Permalink
Autofix: upgrade-sdkman-tools (#1448)
Browse files Browse the repository at this point in the history
Co-authored-by: Autofix <[email protected]>
  • Loading branch information
autofix-bot and autofix-bot authored Oct 28, 2024
1 parent 0ff155e commit ee2e4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunks/lang-java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN curl -fsSL "https://get.sdkman.io" | bash \
&& sed -i 's/sdkman_selfupdate_enable=true/sdkman_selfupdate_enable=false/g' /home/gitpod/.sdkman/etc/config \
&& sed -i 's/sdkman_selfupdate_feature=true/sdkman_selfupdate_feature=false/g' /home/gitpod/.sdkman/etc/config \
&& sdk install java ${JAVA_VERSION} \
&& sdk install java 17.0.12.fx-zulu \
&& sdk install java 17.0.13.fx-zulu \
&& sdk default java ${JAVA_VERSION} \
&& sdk install gradle \
# 4.x requires Java 17+ https://maven.apache.org/docs/history.html
Expand Down

0 comments on commit ee2e4a8

Please sign in to comment.