From a944fcd94626bb278d5edd5453c5be16c72b7ee5 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Tue, 21 Jan 2020 16:38:42 -0800 Subject: Install Bazel 2.0.0 on kokoro images. PiperOrigin-RevId: 290850738 --- kokoro/ubuntu1604/20_bazel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/ubuntu1604/20_bazel.sh b/kokoro/ubuntu1604/20_bazel.sh index b9a894024..b33e1656c 100755 --- a/kokoro/ubuntu1604/20_bazel.sh +++ b/kokoro/ubuntu1604/20_bazel.sh @@ -16,7 +16,7 @@ set -xeo pipefail -declare -r BAZEL_VERSION=0.29.1 +declare -r BAZEL_VERSION=2.0.0 # Install bazel dependencies. apt-get update && apt-get install -y openjdk-8-jdk-headless unzip -- cgit v1.2.3