Skip to content

Commit

Permalink
update shadow plugin to 8.1.3 (#1103)
Browse files Browse the repository at this point in the history
Move to fork of shadow plugin that has been updated to
support newer JDKs.
  • Loading branch information
brharrington authored Jan 2, 2024
1 parent e210123 commit 262ea20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spectator-agent/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'io.github.goooler.shadow' version '8.1.3'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion spectator-ext-spark/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'io.github.goooler.shadow' version '8.1.3'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion spectator-reg-atlas/build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion spectator-web-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 262ea20

Please sign in to comment.