Skip to content

Commit cc92e4a

Browse files
Greg Soltisjshcrowthe
authored andcommitted
Add Java dependency (#347)
Closure compiler requires java 8, update docs.
1 parent e979cc7 commit cc92e4a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,22 @@ In addition to Node.js we use `yarn` to facilitate multi package development.
3333
To install `yarn` follow the instructions listed on their website:
3434
https://yarnpkg.com/en/docs/install
3535

36+
#### Java
37+
38+
The closure compiler requires a modern Java installation. Java 8+ should be installed: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
39+
3640
#### Verify Prerequisites
3741

3842
You can verify your setup by running the following commands in your terminal:
3943

4044
```bash
4145
$ node -v
4246
$ yarn -v
47+
$ java -version
4348
```
4449

45-
Your Node.js version should be `8.0.0` or greater and your `yarn` version should
46-
be `1.0.0` or greater.
50+
Your Node.js version should be `8.0.0` or greater, your `yarn` version should
51+
be `1.0.0` or greater, and your `java` version should be `1.8.0` or greater.
4752

4853
_NOTE: We will update the documentation as new versions are required, however
4954
for continuing development on the SDK, staying up to date on the stable versions

0 commit comments

Comments
 (0)