Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Java version requirements #1032

Merged
merged 1 commit into from
May 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ description: Install or upgrade Hyperledger Besu from binary distribution
Hyperledger Besu supports:

* MacOS High Sierra 10.13 or later versions.
* Java 11-16.
* Java 11+.
We recommend using at least Java 17 because that will be the minimum requirement in the next Besu version series.
You can install Java using `brew install openjdk`. Alternatively, you can manually install the
[Java JDK](https://www.oracle.com/java/technologies/downloads).

Expand Down