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:
craigraw 2024-01-29 12:20:21 +02:00 committed by GitHub
commit 82e0b63ed0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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