Skip to content

Commit

Permalink
Update out-of-date documentation
Browse files Browse the repository at this point in the history
We no longer can build closure-compiler with Java 8

PiperOrigin-RevId: 597316146
  • Loading branch information
blickly authored and copybara-github committed Jan 10, 2024
1 parent 24b5d78 commit 3ff39ec
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 @@ -218,7 +218,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 3ff39ec

Please sign in to comment.