We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f6a68 commit 1dce440Copy full SHA for 1dce440
1 file changed
build.gradle
@@ -16,7 +16,7 @@
16
*/
17
18
plugins {
19
- id 'com.github.johnrengelman.shadow' version '7.0.0' apply false
+ id 'com.gradleup.shadow' version '9.0.0-rc2' apply false
20
id "com.diffplug.spotless" version "7.2.1" apply false
21
}
22
@@ -89,7 +89,7 @@ subprojects {
89
if (project.properties['org.gradle.project.enable_scala'].trim() == 'true') {
90
apply plugin: 'scala'
91
92
- apply plugin: 'com.github.johnrengelman.shadow'
+ apply plugin: 'com.gradleup.shadow'
93
apply plugin: 'checkstyle'
94
apply plugin: 'eclipse'
95
0 commit comments