Skip to content

Commit

Permalink
README: Build requires JDK 23
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Nov 14, 2024
1 parent 2d8292b commit 0bd1e89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ The SECG secp256K1 curve was removed from Java in the JDK 16 release (see https:

== Current Build Status

The build requires JDK 22 installed to run. (If you are using a version of Gradle earlier than 8.8, you will need to
use an earlier JDK version to run Gradle and the Gradle Toolchains feature will use JDK 22 for the build itself.)
The build requires JDK 23 installed to run. Gradle 8.11 should be used and is provided by the included Gradle Wrapper.

(It may be possible to build with JDK 22 and/or an earlier Gradle if you configure the "Java Toolchains" configuration correctly, but as JDK 22 is unsupported you should migrate to JDK 23 as soon as possible.)

== Installing libsecp256k into your profile with Nix

Expand Down

0 comments on commit 0bd1e89

Please sign in to comment.