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 7e78b9d commit 19a3f83Copy full SHA for 19a3f83
buildscripts/kokoro/macos.sh
@@ -20,9 +20,9 @@ export GRADLE_FLAGS="${GRADLE_FLAGS:-} --max-workers=2"
20
. "$GRPC_JAVA_DIR"/buildscripts/kokoro/kokoro.sh
21
trap spongify_logs EXIT
22
23
-export -n JAVA_HOME
24
brew install --cask temurin@8
25
export PATH="$(/usr/libexec/java_home -v"1.8.0")/bin:${DOWNLOAD_DIR}/cmake-${CMAKE_VERSION}-macos-universal/CMake.app/Contents/bin:${PATH}"
+export JAVA_HOME="$(/usr/libexec/java_home -v"1.8.0")"
26
brew install maven
27
28
"$GRPC_JAVA_DIR"/buildscripts/kokoro/unix.sh
0 commit comments