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)
This commit is contained in:
Sean Gilligan 2024-01-24 09:36:13 -08:00
parent a436de319a
commit d04505ad55

View file

@ -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) {