Skip to content

Commit

Permalink
🎨 Switch to Shadow plugin fork
Browse files Browse the repository at this point in the history
This commit fixes to a fork of the shadow plugin that fixes support
with recent Gradle releases.

See GradleUp/shadow#876
  • Loading branch information
TAKETODAY committed Aug 11, 2024
1 parent ede8096 commit e0bb82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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' apply false
id 'io.github.goooler.shadow' version '8.1.8' apply false
id 'de.undercouch.download' version '5.4.0'
id 'io.freefair.aspectj' version '8.4' apply false
id 'me.champeau.mrjar' version '0.1.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/infra-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: "signing"
apply plugin: 'java-library'

// Currently commented out due to ZipException: archive is not a ZIP archive
// apply plugin: 'com.github.johnrengelman.shadow'
// apply plugin: 'io.github.goooler.shadow'
apply from: "$rootDir/gradle/publications.gradle"

jar {
Expand Down

0 comments on commit e0bb82b

Please sign in to comment.