Ensure the JDK is defaulted in shell

This commit is contained in:
Kichura 2024-01-21 14:02:50 +01:00 committed by GitHub
parent 17738de751
commit 5b4a8a81bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ before_install:
- curl -s "https://get.sdkman.io" | bash
- source ~/.sdkman/bin/sdkman-init.sh
- sdk install java 17.0.10-tem
- sdk use java 17.0.10-tem