Switch to temurin, Update to 17.0.8. (Jitpack) (#202)

This commit is contained in:
Kichura 2023-07-30 13:08:22 +02:00 committed by GitHub
parent e7f95aa573
commit 4ce85b1c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
jdk:
- openjdk17
- temurinjdk17
before_install:
- sdk install java 17.0.1-open
- sdk use java 17.0.1-open
- curl -s "https://get.sdkman.io" | bash
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk install java 17.0.8+7-tem
- sdk use java 17.0.8+7-tem