Skip to content

Commit

Permalink
Update install instructions to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jul 22, 2024
1 parent d7ae874 commit 29d3958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/install/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you want to use the latest development version of Teku or a specific commit,

:::caution

Teku requires Java 17+; earlier versions are not supported.
Teku requires Java 21+; earlier versions are not supported.

:::

Expand Down
4 changes: 2 additions & 2 deletions docs/get-started/install/install-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import TabItem from '@theme/TabItem';

:::caution

Teku requires Java 17+ to compile; earlier versions are not supported.
Teku requires Java 21+ to compile; earlier versions are not supported.

:::

Expand Down Expand Up @@ -59,7 +59,7 @@ bin\teku --help

:::caution

Teku requires Java 17+ to run. Earlier versions are not supported. You can install Java using `brew install temurin`. Alternatively, you can manually install the [Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html).
Teku requires Java 21+ to run. Earlier versions are not supported. You can install Java using `brew install temurin`. Alternatively, you can manually install the [Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html).

:::

Expand Down

0 comments on commit 29d3958

Please sign in to comment.