From 262ea2031c0250fc89da9be45fc7da3d5c1c0aa8 Mon Sep 17 00:00:00 2001 From: brharrington Date: Tue, 2 Jan 2024 10:45:40 -0600 Subject: [PATCH] update shadow plugin to 8.1.3 (#1103) Move to fork of shadow plugin that has been updated to support newer JDKs. --- spectator-agent/build.gradle | 2 +- spectator-ext-spark/build.gradle | 2 +- spectator-reg-atlas/build.gradle | 2 +- spectator-web-spring/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spectator-agent/build.gradle b/spectator-agent/build.gradle index bc9d5e479..c73253271 100644 --- a/spectator-agent/build.gradle +++ b/spectator-agent/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.github.johnrengelman.shadow' version '8.1.1' + id 'io.github.goooler.shadow' version '8.1.3' } dependencies { diff --git a/spectator-ext-spark/build.gradle b/spectator-ext-spark/build.gradle index c91723fdc..af6c54d2d 100644 --- a/spectator-ext-spark/build.gradle +++ b/spectator-ext-spark/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.github.johnrengelman.shadow' version '8.1.1' + id 'io.github.goooler.shadow' version '8.1.3' } dependencies { diff --git a/spectator-reg-atlas/build.gradle b/spectator-reg-atlas/build.gradle index 14379fde8..a3c0e0fca 100644 --- a/spectator-reg-atlas/build.gradle +++ b/spectator-reg-atlas/build.gradle @@ -1,7 +1,7 @@ import java.util.zip.ZipFile plugins { - id 'com.github.johnrengelman.shadow' version '8.1.1' + id 'io.github.goooler.shadow' version '8.1.3' } dependencies { diff --git a/spectator-web-spring/build.gradle b/spectator-web-spring/build.gradle index 2ebcc475b..2c15f460c 100644 --- a/spectator-web-spring/build.gradle +++ b/spectator-web-spring/build.gradle @@ -16,7 +16,7 @@ import java.util.zip.ZipFile plugins { - id 'com.github.johnrengelman.shadow' version '8.1.1' + id 'io.github.goooler.shadow' version '8.1.3' } dependencies {