mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
update required java to 16 in build instructions
This commit is contained in:
parent
88ebef97d4
commit
308a89c958
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ 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 14 to be installed. The release packages can be built using
|
In order to build, Sparrow requires Java 16 to be installed. The release binaries can be built using
|
||||||
|
|
||||||
`./gradlew jpackage`
|
`./gradlew jpackage`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue