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

@@ -4,8 +4,8 @@ set -euo pipefail # Unofficial strict mode, see http://redsymbol.net/articles/un
cd "$(dirname "$(readlink -f "$0")")"
# see https://stackoverflow.com/questions/3349105/how-can-i-set-the-current-working-directory-to-the-directory-of-the-script-in-ba
# jvm is taken from https://adoptium.net/releases.html?variant=openjdk11&jvmVariant=hotspot
JVM_NAME="jdk-11.0.13+8-jre"
# jvm is taken from https://adoptium.net/releases.html?variant=openjdk21&jvmVariant=hotspot
JVM_NAME="jdk-21.0.3+9-jre"
# Creating folder structure
mkdir -p build/jre