diff --git a/build.gradle b/build.gradle index 94474c09..bc37eee5 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id "com.netflix.nebula.ospackage" version "11.8.1" id "io.freefair.lombok" version "8.6" id 'org.openjfx.javafxplugin' version '0.1.0' - id "org.beryx.jlink" version "3.0.1" apply false + id "org.beryx.jlink" version "3.1.1" apply false id 'jacoco' }