From ca0afd587e7754e0da89b646682dfd0b0241ec33 Mon Sep 17 00:00:00 2001 From: Kichura <68134602+Kichura@users.noreply.github.com> Date: Tue, 16 Jan 2024 05:50:00 +0100 Subject: [PATCH] Use JDK 17 instead of 21 in terms of codespaces. --- jitpack.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jitpack.yml b/jitpack.yml index cfe69b56..8b9071f2 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -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 \ No newline at end of file + - curl -s "https://get.sdkman.io" | bash + - source ~/.sdkman/bin/sdkman-init.sh + - sdk install java 17.0.9-tem