From 85415d08c787f2515af87cc9bd8b3ae9ddd19473 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Tue, 31 Oct 2023 10:55:30 +0000 Subject: [PATCH] JAL-4319 Downgrade shadow(Jar) module to stop triggering clover --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e5abc77..03cf6b2 100644 --- 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 -- 1.7.10.2