Merge pull request #296 from Kichura/main

Use JDK 17 instead of 21 in terms of codespaces
This commit is contained in:
EnZaXD 2024-01-16 03:29:08 +01:00 committed by GitHub
commit ad47afb6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Deploys the latest stable JDK available and sets it to default without having to manually specify it here,
# Deploys the latest stable JDK 17 available and sets it to default without having to manually specify it here,
# Which includes using temurin as the distribution.
before_install:
- curl -s "https://get.sdkman.io" | bash
- source ~/.sdkman/bin/sdkman-init.sh
- sdk install java
- curl -s "https://get.sdkman.io" | bash
- source ~/.sdkman/bin/sdkman-init.sh
- sdk install java 17.0.9-tem