-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JDK to 17.0.10-tem for sdkman usages
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |