JAL-3179 Version fix for taskTree gradle task in gradle 6
authorBen Soares <b.soares@dundee.ac.uk>
Sat, 8 Feb 2020 18:06:51 +0000 (18:06 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Sat, 8 Feb 2020 18:06:51 +0000 (18:06 +0000)
build.gradle

index 810eb57..c64eb59 100644 (file)
@@ -19,7 +19,7 @@ plugins {
   id 'eclipse'
   id 'com.github.johnrengelman.shadow' version '4.0.3'
   id 'com.install4j.gradle' version '8.0.2'
-  id 'com.dorongold.task-tree' version '1.4' // only needed to display task dependency tree with  gradle task1 [task2 ...] taskTree
+  id 'com.dorongold.task-tree' version '1.5' // only needed to display task dependency tree with  gradle task1 [task2 ...] taskTree
 }
 
 repositories {