mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
Merge pull request #1244 from msgilligan/msgilligan-gradle-jlink-3.0.1
update jlink plugin to build with java 21
This commit is contained in:
commit
82e0b63ed0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ plugins {
|
||||||
id 'application'
|
id 'application'
|
||||||
id 'org-openjfx-javafxplugin'
|
id 'org-openjfx-javafxplugin'
|
||||||
id 'extra-java-module-info'
|
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'
|
def sparrowVersion = '1.8.3'
|
||||||
|
|
Loading…
Reference in a new issue