mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Update open source build to use bazel 0.16.0
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=208215944
This commit is contained in:
parent
e5b407cab4
commit
7188d159a8
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
You will need the following programs installed on your local machine:
|
||||||
|
|
||||||
* A recent version of the [Java 8 JDK][java-jdk8].
|
* A recent version of the [Java 8 JDK][java-jdk8].
|
||||||
* [Bazel build system](http://bazel.io/) (version [0.15.0][bazel-version]
|
* [Bazel build system](http://bazel.io/) (version [0.16.0][bazel-version]
|
||||||
works as of 2018-07-13).
|
works as of 2018-08-09).
|
||||||
* [Google App Engine SDK for Java][app-engine-sdk], and configure aliases to
|
* [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).
|
to the `gcloud` and `appcfg.sh` utilities (you'll use them a lot).
|
||||||
* [Git](https://git-scm.com/) version control system.
|
* [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
|
[app-engine-sdk]: https://cloud.google.com/appengine/docs/java/download
|
||||||
[java-jdk8]: http://www.oracle.com/technetwork/java/javase/downloads
|
[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
|
||||||
|
|
Loading…
Add table
Reference in a new issue