Skip to content

Commit 1dce440

Browse files
committed
upgrade shadow plugin
1 parent 75f6a68 commit 1dce440

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
plugins {
19-
id 'com.github.johnrengelman.shadow' version '7.0.0' apply false
19+
id 'com.gradleup.shadow' version '9.0.0-rc2' apply false
2020
id "com.diffplug.spotless" version "7.2.1" apply false
2121
}
2222

@@ -89,7 +89,7 @@ subprojects {
8989
if (project.properties['org.gradle.project.enable_scala'].trim() == 'true') {
9090
apply plugin: 'scala'
9191
}
92-
apply plugin: 'com.github.johnrengelman.shadow'
92+
apply plugin: 'com.gradleup.shadow'
9393
apply plugin: 'checkstyle'
9494
apply plugin: 'eclipse'
9595

0 commit comments

Comments
 (0)