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:
mcilwain 2017-10-02 08:13:32 -07:00 committed by Ben McIlwain
parent 7aa5629517
commit cb6bf91c8a

View file

@ -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).
* [Git](https://git-scm.com/) version control system.
**Note:** App Engine does not yet support Java 8. Your code cannot use any Java
8 feature such as lambda expression or stream, but your *can* use a Java 8
version of bazel. Just make sure that you pass `--javacopt="-target 7 -source
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.
**Note:** App Engine does not yet support Java 9. 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