From 7188d159a851c6e56cbddef06acc8b864a56cbe7 Mon Sep 17 00:00:00 2001 From: jianglai Date: Fri, 10 Aug 2018 08:53:51 -0700 Subject: [PATCH] Update open source build to use bazel 0.16.0 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=208215944 --- docs/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index 57c4ce396..7a9fa2fc3 100644 --- a/docs/install.md +++ b/docs/install.md @@ -7,8 +7,8 @@ This document covers the steps necessary to download, build, and deploy Nomulus. You will need the following programs installed on your local machine: * A recent version of the [Java 8 JDK][java-jdk8]. -* [Bazel build system](http://bazel.io/) (version [0.15.0][bazel-version] - works as of 2018-07-13). +* [Bazel build system](http://bazel.io/) (version [0.16.0][bazel-version] + works as of 2018-08-09). * [Google App Engine SDK for Java][app-engine-sdk], and configure aliases to to the `gcloud` and `appcfg.sh` utilities (you'll use them a lot). * [Git](https://git-scm.com/) version control system. @@ -181,4 +181,4 @@ See the [first steps tutorial](./first-steps-tutorial.md) for more information. [app-engine-sdk]: https://cloud.google.com/appengine/docs/java/download [java-jdk8]: http://www.oracle.com/technetwork/java/javase/downloads -[bazel-version]: https://github.com/bazelbuild/bazel/releases/download/0.15.0/bazel-0.15.0-installer-linux-x86_64.sh +[bazel-version]: https://github.com/bazelbuild/bazel/releases/download/0.16.0/bazel-0.16.0-installer-linux-x86_64.sh