JAL-3394 updated version if install4j gradle plugin
authorBen Soares <bsoares@dundee.ac.uk>
Thu, 12 Mar 2020 14:44:57 +0000 (14:44 +0000)
committerBen Soares <bsoares@dundee.ac.uk>
Thu, 12 Mar 2020 14:44:57 +0000 (14:44 +0000)
build.gradle

index ca73859..3683195 100644 (file)
@@ -18,7 +18,7 @@ plugins {
   id 'application'
   id 'eclipse'
   id 'com.github.johnrengelman.shadow' version '4.0.3'
-  id 'com.install4j.gradle' version '8.0.2'
+  id 'com.install4j.gradle' version '8.0.4'
   id 'com.dorongold.task-tree' version '1.5' // only needed to display task dependency tree with  gradle task1 [task2 ...] taskTree
 }