update exe wrapper to java 21

This commit is contained in:
Space
2024-10-25 12:22:22 +00:00
committed by Sheepit Renderfarm
parent 8a51cb1dad
commit 407a8ad1d2
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ exe-wrap:
stage: wrap
image: debian:stable-slim
variables:
JVM_NAME: "jdk-11.0.13+8-jre" # Taken from https://adoptium.net/releases.html?variant=openjdk11&jvmVariant=hotspot
JVM_NAME: "jdk-21.0.3+9-jre" # Taken from https://adoptium.net/releases.html?variant=openjdk21&jvmVariant=hotspot
script:
- apt-get update
- apt-get install -y --no-install-recommends unzip p7zip # Add dependencies