mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
Update required Java version in README
Building with Java 14 results in the following error:
```
./sparrow/src/main/java/com/sparrowwallet/sparrow/whirlpool/dataSource/SparrowWalletStateSupplier.java:64: error: pattern matching in instanceof is a preview feature and is disabled by default.
if(externalDestination.getPostmixHandler() instanceof SparrowPostmixHandler sparrowPostmixHandler) {
```
This commit is contained in:
parent
c024c351ac
commit
8379182cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue