From 0bd1e896d8f2e38e1c9b76a3e3081528fb2822a7 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Thu, 14 Nov 2024 08:41:41 -0800 Subject: [PATCH] README: Build requires JDK 23 --- README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 0574a42..2ba8df0 100644 --- a/README.adoc +++ b/README.adoc @@ -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