Skip to content

Commit

Permalink
Document that building Closure Compiler from source requires >= Java 21
Browse files Browse the repository at this point in the history
Fixes #4209

PiperOrigin-RevId: 713831322
  • Loading branch information
lauraharker authored and copybara-github committed Jan 10, 2025
1 parent 2e827b8 commit 5666b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ To build the compiler yourself, you will need the following:

Prerequisite | Description
-------------------------------------------------------------------------- | -----------
[Java 11 or later](https://java.com) | Used to compile the compiler's source code.
[Java 21 or later](https://java.com) | Used to compile the compiler's source code.
[NodeJS](https://nodejs.org) | Used to generate resources used by Java compilation
[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 5666b88

Please sign in to comment.