Skip to content

Commit 00d9785

Browse files
authored
Upgrade shadow plugin to 8.3.6 (#3983)
`com.github.johnrengelman.shadow` is now `com.gradleup.shadow` Signed-off-by: Dariusz Jędrzejczyk <[email protected]>
1 parent 8e58af5 commit 00d9785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ download = { id = "de.undercouch.download", version = "5.6.0" }
4949
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.5" }
5050
jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.15" }
5151
nohttp = { id = "io.spring.nohttp", version = "0.0.11" }
52-
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
52+
shadow = { id = "com.gradleup.shadow", version = "8.3.6" }
5353
spotless = { id = "com.diffplug.spotless", version = "6.13.0" }
5454
mrjar = { id = "me.champeau.mrjar", version = "0.1.1" }

reactor-tools/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
1818
import org.apache.tools.ant.filters.ReplaceTokens
1919

20-
apply plugin: 'com.github.johnrengelman.shadow'
20+
apply plugin: 'com.gradleup.shadow'
2121
apply plugin: 'jvm-test-suite'
2222
apply plugin: 'java-library'
2323

0 commit comments

Comments
 (0)