Move to temurin JDK. (#219)

This commit is contained in:
Kichura 2023-01-14 23:08:43 +01:00 committed by GitHub
parent afc689a7cc
commit 3203ef13e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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