mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 09:27:16 +02:00
Update to bazel 0.25.0
Also updated the docker rules to be compatible with the new version of bazel, and updated the proxy base image to the latest Java 8 version. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=246509816
This commit is contained in:
parent
219f59e3b0
commit
b28e444d7d
2 changed files with 13 additions and 12 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:
|
||||
|
||||
* A recent version of the [Java 8 JDK][java-jdk8].
|
||||
* [Bazel build system](http://bazel.io/) (version [0.23.1][bazel-version]
|
||||
works as of 2019-03-08).
|
||||
* [Bazel build system](http://bazel.io/) (version [0.25.0][bazel-version]
|
||||
works as of 2019-05-02).
|
||||
* [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.23.1/bazel-0.23.1-installer-linux-x86_64.sh
|
||||
[bazel-version]: https://github.com/bazelbuild/bazel/releases/download/0.25.0/bazel-0.25.0-installer-linux-x86_64.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue