Skip to content

Commit 83fe721

Browse files
committed
docs: update contributor instructions for installing java (angular#42294)
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 angular#29043 PR Close angular#42294
1 parent b0581f3 commit 83fe721

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/DEVELOPER.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ following products on your development machine:
2929

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

32-
* [Java Development Kit](https://www.oracle.com/technetwork/java/javase/downloads/index.html) which is used
33-
to execute the selenium standalone server for e2e testing.
32+
* 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.
3433

3534
## Getting the Sources
3635

0 commit comments

Comments
 (0)