Browse Source

update jlink plugin for java 18

terminal
Craig Raw 3 years ago
parent
commit
03e9d23fa8
  1. 2
      build.gradle
  2. 2
      drongo

2
build.gradle

@ -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

@ -1 +1 @@
Subproject commit f7fc559136b430b11a5f0498aef6369e5e7bd32e Subproject commit 40dab5933702c5b12913337dc618a68652c445e4
Loading…
Cancel
Save