Skip to content

Commit 5666b88

Browse files
lauraharkercopybara-github
authored andcommitted
Document that building Closure Compiler from source requires >= Java 21
Fixes #4209 PiperOrigin-RevId: 713831322
1 parent 2e827b8 commit 5666b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ To build the compiler yourself, you will need the following:
365365

366366
Prerequisite | Description
367367
-------------------------------------------------------------------------- | -----------
368-
[Java 11 or later](https://java.com) | Used to compile the compiler's source code.
368+
[Java 21 or later](https://java.com) | Used to compile the compiler's source code.
369369
[NodeJS](https://nodejs.org) | Used to generate resources used by Java compilation
370370
[Git](https://git-scm.com/) | Used by Bazel to download dependencies.
371371
[Bazelisk](https://bazel.build/install/bazelisk) | Used to build the various compiler targets.

0 commit comments

Comments
 (0)