mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Update install instructions to reflect upgrade to Java 8
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170703827
This commit is contained in:
parent
7aa5629517
commit
cb6bf91c8a
1 changed files with 3 additions and 6 deletions
|
@ -13,12 +13,9 @@ You will need the following programs installed on your local machine:
|
||||||
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.
|
||||||
|
|
||||||
**Note:** App Engine does not yet support Java 8. Your code cannot use any Java
|
**Note:** App Engine does not yet support Java 9. Also, the instructions in this
|
||||||
8 feature such as lambda expression or stream, but your *can* use a Java 8
|
document have only been tested on Linux. They might work with some alterations
|
||||||
version of bazel. Just make sure that you pass `--javacopt="-target 7 -source
|
on other operating systems.
|
||||||
7"` when you build and test. Also, the instructions in this document have only
|
|
||||||
been tested on Linux. They might work with some alterations on other operating
|
|
||||||
systems.
|
|
||||||
|
|
||||||
## Download the codebase
|
## Download the codebase
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue