Skip to content

Commit

Permalink
Add Java 11 prerequisite
Browse files Browse the repository at this point in the history
Add sentence that Java 11 is required to run and build Closure Compiler.
  • Loading branch information
mhausner authored Jun 10, 2022
1 parent 7b81b7f commit 0751104
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ pitfalls.

## Getting Started

Running Closure Compiler requires [Java 11](https://java.com). Ensure that
you have Java 11 or newer installed.

The easiest way to install the compiler is with [NPM](https://npmjs.com) or
[Yarn](https://yarnpkg.com):

Expand Down Expand Up @@ -213,7 +216,7 @@ To build the compiler yourself, you will need the following:

Prerequisite | Description
-------------------------------------------------------------------------- | -----------
[Java 8 or later](https://java.com) | Used to compile the compiler's source code.
[Java 11 or later](https://java.com) | Used to compile the compiler's source code.
[Git](https://git-scm.com/) | Used by Bazel to download dependencies.
[Bazelisk](https://bazel.build/install/bazelisk) | Used to build the various compiler targets.

Expand Down

0 comments on commit 0751104

Please sign in to comment.