build.gradle: Update to JLink plugin 3.0.1

This adds support for building with JDK 21.
This commit is contained in:
Sean Gilligan 2024-01-24 10:27:25 -08:00
parent 7ebb92d90a
commit 7da3a55489

View file

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