git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8149f4
)
JAL-3179 Version fix for taskTree gradle task in gradle 6
author
Ben Soares
<b.soares@dundee.ac.uk>
Sat, 8 Feb 2020 18:06:51 +0000
(18:06 +0000)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Sat, 8 Feb 2020 18:06:51 +0000
(18:06 +0000)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
810eb57
..
c64eb59
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-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 {