Skip to content

Commit 172c5b5

Browse files
jacobsalwaydongjoon-hyun
authored andcommitted
[SPARK-51526] Upgrade Gradle shadow plugin to 8.3.6
### What changes were proposed in this pull request? Migrate the Gradle plugin given it's changed ownership and upgrade Gradle shadow plugin to 8.3.6 ### Why are the changes needed? GradleUp/shadow#908 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Tested the build locally ### Was this patch authored or co-authored using generative AI tooling? No Closes #168 from jacobsalway/SPARK-45923. Authored-by: Jacob Salway <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 3149d95 commit 172c5b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spotbugs-plugin = "6.0.17"
3737
spotless-plugin = "6.25.0"
3838

3939
# Packaging
40-
shadow-jar-plugin = "8.1.1"
40+
shadow-jar-plugin = "8.3.6"
4141

4242
[libraries]
4343
kubernetes-client = { group = "io.fabric8", name = "kubernetes-client", version.ref = "fabric8" }
@@ -67,4 +67,4 @@ junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform
6767
powermock-core = { group = "org.powermock", name = "powermock-core", version.ref = "powermock"}
6868
spotbugs-gradle-plugin = { group = "com.github.spotbugs.snom", name = "spotbugs-gradle-plugin", version.ref = "spotbugs-plugin" }
6969
spotless-plugin-gradle = { group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version.ref = "spotless-plugin" }
70-
shadow = { group = "com.github.johnrengelman", name = "shadow", version.ref = "shadow-jar-plugin"}
70+
shadow = { group = "com.gradleup.shadow", name = "shadow-gradle-plugin", version.ref = "shadow-jar-plugin"}

spark-operator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19-
apply plugin: 'com.github.johnrengelman.shadow'
19+
apply plugin: 'com.gradleup.shadow'
2020

2121
dependencies {
2222
implementation project(":spark-operator-api")

0 commit comments

Comments
 (0)