mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
build.gradle: Update to JLink plugin 3.0.1
This adds support for building with JDK 21.
This commit is contained in:
parent
7ebb92d90a
commit
7da3a55489
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.26.0'
|
||||
id 'org.beryx.jlink' version '3.0.1'
|
||||
}
|
||||
|
||||
def sparrowVersion = '1.8.3'
|
||||
|
|
Loading…
Reference in a new issue