Skip to content

Commit

Permalink
docs: update contributor instructions for installing java (#42294)
Browse files Browse the repository at this point in the history
For angular contributors, updates the instructions for installing java
in the DEVELOPER.md. Adds more details about which version of java is
requried, and what uses java.

Resolves #29043

PR Close #42294
  • Loading branch information
zarend committed May 25, 2021
1 parent b0581f3 commit 83fe721
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ following products on your development machine:

* [Yarn](https://yarnpkg.com) (version specified in the engines field of [`package.json`](../package.json)) which is used to install dependencies.

* [Java Development Kit](https://www.oracle.com/technetwork/java/javase/downloads/index.html) which is used
to execute the selenium standalone server for e2e testing.
* Optional: [Java](https://openjdk.java.net/) version 7 or higher as required by [Closure Compiler](https://developers.google.com/closure/compiler). Most developers will not need this. Java is required for running some of the integration tests.

## Getting the Sources

Expand Down

0 comments on commit 83fe721

Please sign in to comment.