diff --git a/build.gradle b/build.gradle index 3036d55d198..c5c64c25112 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ plugins { id 'de.undercouch.download' version '5.7.0' // Shows download percentage id 'com.github.ben-manes.versions' version '0.54.0' // Checks versions for plugins and dependencies id 'com.dorongold.task-tree' version '4.0.1' // Prints the task dependency tree - id 'org.beryx.jlink' version '4.0.1' // Creates custom runtimes with jlink + id 'org.beryx.jlink' version '4.0.2' // Creates custom runtimes with jlink id 'jacoco' // Code coverage }