Merge pull request #329 from Kichura/main

Ensure the JDK is defaulted in shell
This commit is contained in:
EnZaXD 2024-01-21 14:06:09 +01:00 committed by GitHub
commit 207e309a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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