We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11fa3a commit 321b972Copy full SHA for 321b972
build/build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-export JAVA_HOME=/etc/alternatives/java_sdk
+export JAVA_HOME=/home/jenkins/jdk-21.0.8+9/
5
export PATH=${JAVA_HOME}/bin:${PATH}
6
export JAVA_TOOL_OPTIONS="-Djdk.util.zip.disableZip64ExtraFieldValidation=true"
7
0 commit comments