From 44b9cee825b80401166ba19cdc2a97cf0fad1812 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Tue, 7 Sep 2021 19:27:22 +0200 Subject: [PATCH] fix outdated reference to Java 14 and link to Java 16 JDK --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a58d97ec..e134430b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ To clone this project, use `git clone --recursive git@github.com:sparrowwallet/sparrow.git` -In order to build, Sparrow requires Java 16 to be installed. The release binaries can be built using +In order to build, Sparrow requires Java 16 to be installed. +The release binaries are built with [AdoptOpenJdk 16.0.1+9 Hotspot](https://adoptopenjdk.net/archive.html?variant=openjdk16&jvmVariant=hotspot). + +These binaries can be built from source using `./gradlew jpackage` @@ -20,7 +23,7 @@ When updating to the latest HEAD `git pull --recurse-submodules` -All jar files created are reproducible builds. +The release binaries are reproducible (pre codesigning and installer packaging at this time). ## Running @@ -28,7 +31,7 @@ If you prefer to run Sparrow directly from source, it can be launched with `./sparrow` -Java 14 or higher must be installed. +Java 16 or higher must be installed. ## Configuration