JAL-4319 Downgrade shadow(Jar) module to stop triggering clover
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 31 Oct 2023 10:55:30 +0000 (10:55 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 31 Oct 2023 10:55:30 +0000 (10:55 +0000)
build.gradle

index e5abc77..03cf6b2 100644 (file)
@@ -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