From c4de6c93cb0375964a58869ffa388ca8018ad181 Mon Sep 17 00:00:00 2001 From: Ajay Kannan Date: Fri, 8 Jan 2016 13:26:09 -0800 Subject: [PATCH] Document that sparkjava required Java 8 --- managedvms/sparkjava/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managedvms/sparkjava/README.md b/managedvms/sparkjava/README.md index 3f7ee8d795d..6cf5f47b5c5 100644 --- a/managedvms/sparkjava/README.md +++ b/managedvms/sparkjava/README.md @@ -12,7 +12,7 @@ Setup 2. Set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`. -3. Ensure that you have Maven installed. See installation instructions [here](https://maven.apache.org/install.html). +3. Ensure that you have Maven installed and configured to use Java 8. See installation instructions [here](https://maven.apache.org/install.html). Running locally ---------------