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:
0b5e12b
)
JAL-4319 Downgrade shadow(Jar) module to stop triggering clover
author
Ben Soares
<b.soares@dundee.ac.uk>
Tue, 31 Oct 2023 10:55:30 +0000
(10:55 +0000)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Tue, 31 Oct 2023 10:55:30 +0000
(10:55 +0000)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
e5abc77
..
03cf6b2
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-52,7
+52,7
@@
plugins {
id 'application'
id 'eclipse'
id "com.diffplug.gradle.spotless" version "3.28.0"
- id 'com.github.johnrengelman.shadow' version '7.1.2'
+ id 'com.github.johnrengelman.shadow' version '6.0.0'
id 'com.install4j.gradle' version '10.0.3'
id 'com.dorongold.task-tree' version '2.1.1' // only needed to display task dependency tree with gradle task1 [task2 ...] taskTree
id 'com.palantir.git-version' version '0.13.0' apply false