mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
bump required java version to 18
This commit is contained in:
parent
7f254e763d
commit
1cb6778502
2 changed files with 3 additions and 3 deletions
|
@ -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 17 or higher to be installed.
|
||||
In order to build, Sparrow requires Java 18 or higher to be installed.
|
||||
The release binaries are built with [Eclipse Temurin 18.0.1+10](https://github.com/adoptium/temurin18-binaries/releases/tag/jdk-18.0.1%2B10).
|
||||
|
||||
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 17 or higher must be installed.
|
||||
Java 18 or higher must be installed.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
2
drongo
2
drongo
|
@ -1 +1 @@
|
|||
Subproject commit 22e70fd8e5adce51f3e84254ea4696c24b42e707
|
||||
Subproject commit 50fdb71bf3e67db55b2cd66dc3fbdc8faf73be63
|
Loading…
Reference in a new issue