From 7086ebb618ccd76b33941bc07158ade08475882f Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Mon, 27 Jan 2025 17:14:41 +0300 Subject: [PATCH] build(deps): Use new coordinates of Gradle Shadow plugin The maintenance of the plugin was transferred to the GradleUp organization to ensure future development, see https://github.com/GradleUp/shadow/issues/908. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 86a8dbff8..3ec8bb004 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { id 'jacoco' id 'signing' id 'org.owasp.dependencycheck' version '12.0.1' - id 'com.github.johnrengelman.shadow' version '8.1.1' + id 'com.gradleup.shadow' version '8.3.5' } repositories {