mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
update jlink plugin for java 18
This commit is contained in:
parent
7dae9496ba
commit
03e9d23fa8
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ plugins {
|
||||||
id 'application'
|
id 'application'
|
||||||
id 'org.openjfx.javafxplugin' version '0.0.13'
|
id 'org.openjfx.javafxplugin' version '0.0.13'
|
||||||
id 'extra-java-module-info'
|
id 'extra-java-module-info'
|
||||||
id 'org.beryx.jlink' version '2.24.0'
|
id 'org.beryx.jlink' version '2.25.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
def sparrowVersion = '1.6.5'
|
def sparrowVersion = '1.6.5'
|
||||||
|
|
2
drongo
2
drongo
|
@ -1 +1 @@
|
||||||
Subproject commit f7fc559136b430b11a5f0498aef6369e5e7bd32e
|
Subproject commit 40dab5933702c5b12913337dc618a68652c445e4
|
Loading…
Reference in a new issue