From cb6bf91c8a8f78b5f182ea575c96d405533a8a67 Mon Sep 17 00:00:00 2001 From: mcilwain Date: Mon, 2 Oct 2017 08:13:32 -0700 Subject: [PATCH] Update install instructions to reflect upgrade to Java 8 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170703827 --- docs/install.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/install.md b/docs/install.md index 752427e06..fd3a91b3b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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