mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
upgrade jlink plugin to support java 19
This commit is contained in:
parent
f22f76464a
commit
80dd59928e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ plugins {
|
|||
id 'application'
|
||||
id 'org-openjfx-javafxplugin'
|
||||
id 'extra-java-module-info'
|
||||
id 'org.beryx.jlink' version '2.25.0'
|
||||
id 'org.beryx.jlink' version '2.26.0'
|
||||
}
|
||||
|
||||
def sparrowVersion = '1.7.3'
|
||||
|
|
Loading…
Reference in a new issue