Skip to content

Commit

Permalink
Java 11 -> Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
siladu committed Jan 23, 2025
1 parent 5383996 commit 288a19a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Tuweni is a set of libraries and other tools to aid development of blockchain an

It includes a low-level bytes library, serialization and deserialization codecs (e.g. [RLP](https://github.com/ethereum/wiki/wiki/RLP)), various cryptography functions and primatives, and lots of other helpful utilities.

Tuweni is developed for JDK 11 or higher.
Tuweni is developed for JDK 21 or higher.

## Clone along with submodules ##
git clone https://github.com/tmio/tuweni.git tuweni
Expand All @@ -21,7 +21,7 @@ Tuweni is developed for JDK 11 or higher.

### Build the project ###
#### With Gradle and Java ####
Install JDK 11.
Install JDK 21.

Run:

Expand Down
2 changes: 1 addition & 1 deletion examples/jsonrpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This example showcases how to use the proxy with a public service.

## Requirements

This example requires Docker, Docker Compose 1.25, Java 11 and Gradle > 6.
This example requires Docker, Docker Compose 1.25, Java 21 and Gradle > 6.

## Steps

Expand Down

0 comments on commit 288a19a

Please sign in to comment.