Update bazel version for kokoro build to 3.0.0.

(Hoping that will help with java 11 failures)

PiperOrigin-RevId: 305950091
This commit is contained in:
Google APIs 2020-04-10 14:57:04 -07:00 committed by Copybara-Service
parent ab869e90c6
commit 13736ead90
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -e
#
mkdir ${KOKORO_ROOT}/tools
cd ${KOKORO_ROOT}/tools
curl -L https://github.com/bazelbuild/bazel/releases/download/2.0.0/bazel-2.0.0-linux-x86_64 -o bazel
curl -L https://github.com/bazelbuild/bazel/releases/download/3.0.0/bazel-3.0.0-linux-x86_64 -o bazel
chmod +x bazel
mkdir bazel_root
cd -