Skip to content

Commit e584310

Browse files
committed
Merge pull request GoogleCloudPlatform#53 from GoogleCloudPlatform/sparkjava
Document that Sparkjava sample requires Java 8
2 parents d3e4955 + c4de6c9 commit e584310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managedvms/sparkjava/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Setup
1212

1313
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]`.
1414

15-
3. Ensure that you have Maven installed. See installation instructions [here](https://maven.apache.org/install.html).
15+
3. Ensure that you have Maven installed and configured to use Java 8. See installation instructions [here](https://maven.apache.org/install.html).
1616

1717
Running locally
1818
---------------

0 commit comments

Comments
 (0)