Skip to content

Commit

Permalink
Upgrade shadow plugin to 8.3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
  • Loading branch information
chemicL committed Feb 6, 2025
1 parent 8e58af5 commit cab4609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ download = { id = "de.undercouch.download", version = "5.6.0" }
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.5" }
jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.15" }
nohttp = { id = "io.spring.nohttp", version = "0.0.11" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
shadow = { id = "com.gradleup.shadow", version = "8.3.6" }
spotless = { id = "com.diffplug.spotless", version = "6.13.0" }
mrjar = { id = "me.champeau.mrjar", version = "0.1.1" }
2 changes: 1 addition & 1 deletion reactor-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import org.apache.tools.ant.filters.ReplaceTokens

apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.gradleup.shadow'
apply plugin: 'jvm-test-suite'
apply plugin: 'java-library'

Expand Down

0 comments on commit cab4609

Please sign in to comment.