From 7192144d12627f527c1e9e2a4bc3fe14a6263d3c Mon Sep 17 00:00:00 2001 From: Peter Gafert Date: Mon, 20 Jan 2025 00:41:46 +0100 Subject: [PATCH] upgrade Gradle Shadow plugin to version `8.3.5` Note that the plugin was passed on from `com.github.johnrengelman.shadow` to `com.gradleup.shadow`, because the original maintainer has no capacity to maintain it anymore. Signed-off-by: Peter Gafert --- build.gradle | 2 +- .../src/main/groovy/archunit.java-production-conventions.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d417636422..62f20df244 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'archunit.base-conventions' - id 'com.github.johnrengelman.shadow' version '7.1.2' apply false + id 'com.gradleup.shadow' version '8.3.5' apply false id 'com.github.spotbugs' version '6.1.2' apply false id "io.github.gradle-nexus.publish-plugin" version "2.0.0" apply false id "com.diffplug.spotless" version "7.0.2" apply false diff --git a/buildSrc/src/main/groovy/archunit.java-production-conventions.gradle b/buildSrc/src/main/groovy/archunit.java-production-conventions.gradle index 610628aac8..20fa9cf6b7 100644 --- a/buildSrc/src/main/groovy/archunit.java-production-conventions.gradle +++ b/buildSrc/src/main/groovy/archunit.java-production-conventions.gradle @@ -1,7 +1,7 @@ plugins { id 'archunit.java-conventions' id 'archunit.java-code-quality-conventions' - id 'com.github.johnrengelman.shadow' + id 'com.gradleup.shadow' } shadowJar {