From b4f9c52413373d32b869984ef391960215a8a7e2 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Fri, 15 Nov 2024 23:06:48 +0200 Subject: [PATCH] bump required java version to 22 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b13a8c9..85c24009 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ or for those without SSH credentials: `git clone --recursive https://github.com/sparrowwallet/sparrow.git` -In order to build, Sparrow requires Java 18 or higher to be installed. +In order to build, Sparrow requires Java 22 or higher to be installed. The release binaries are built with [Eclipse Temurin 22.0.2+9](https://github.com/adoptium/temurin22-binaries/releases/tag/jdk-22.0.2%2B9). Other packages may also be necessary to build depending on the platform. On Debian/Ubuntu systems: @@ -44,7 +44,7 @@ If you prefer to run Sparrow directly from source, it can be launched from withi `./sparrow` -Java 18 or higher must be installed. +Java 22 or higher must be installed. ## Configuration