We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c6f48 commit abdfdb0Copy full SHA for abdfdb0
1 file changed
.kokoro/build.sh
@@ -5,6 +5,12 @@ set -euo pipefail
5
REPO_DIR="${KOKORO_ARTIFACTS_DIR}/git/functions-framework-java"
6
cd "${REPO_DIR}"
7
8
+# ==============================================================================
9
+# 0. Set up Java 17 Environment
10
11
+export JAVA_HOME="/usr/lib/jvm/java-17-openjdk-amd64"
12
+export PATH="${JAVA_HOME}/bin:${PATH}"
13
+
14
# ==============================================================================
15
# 1. Configure Airlock and AR Credentials
16
0 commit comments