From d04505ad559fe45021d2075fffe1ff6adc1bed7b Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Wed, 24 Jan 2024 09:36:13 -0800 Subject: [PATCH] build.gradle: Upgrade Shadow plugin to 7.1.2 Upgrade Gradle Shadow Plugin to 7.1.2. This version works with the current Gradle wrapper version (7.6) but also works with Gradle 8.5 and JDK 21 (provided the archiveClassifier PR is also applied) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a3d667c..4813e8d 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { plugins { id 'java-library' id 'extra-java-module-info' - id 'com.github.johnrengelman.shadow' version '5.2.0' + id 'com.github.johnrengelman.shadow' version '7.1.2' } tasks.withType(AbstractArchiveTask) {