Skip to content

Commit 5999423

Browse files
committed
Install maven for macOS
1 parent 8bae81b commit 5999423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildscripts/kokoro/macos.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ trap spongify_logs EXIT
2323
export -n JAVA_HOME
2424
brew install --cask temurin@8
2525
export PATH="$(/usr/libexec/java_home -v"1.8.0")/bin:${DOWNLOAD_DIR}/cmake-${CMAKE_VERSION}-macos-universal/CMake.app/Contents/bin:${PATH}"
26+
brew install maven
2627

2728
"$GRPC_JAVA_DIR"/buildscripts/kokoro/unix.sh

0 commit comments

Comments
 (0)