fix outdated reference to Java 14 and link to Java 16 JDK

This commit is contained in:
Craig Raw 2021-09-07 19:27:22 +02:00
parent c024c351ac
commit 44b9cee825

View file

@ -12,7 +12,10 @@ To clone this project, use
`git clone --recursive git@github.com:sparrowwallet/sparrow.git` `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` `./gradlew jpackage`
@ -20,7 +23,7 @@ When updating to the latest HEAD
`git pull --recurse-submodules` `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 ## Running
@ -28,7 +31,7 @@ If you prefer to run Sparrow directly from source, it can be launched with
`./sparrow` `./sparrow`
Java 14 or higher must be installed. Java 16 or higher must be installed.
## Configuration ## Configuration