Skip to content

Commit 8d882c7

Browse files
authored
build(deps): Use new coordinates of Gradle Shadow plugin (#2264)
The maintenance of the plugin was transferred to the GradleUp organization to ensure future development, see GradleUp/shadow#908.
1 parent 75d095c commit 8d882c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id 'jacoco'
99
id 'signing'
1010
id 'org.owasp.dependencycheck' version '12.0.1'
11-
id 'com.github.johnrengelman.shadow' version '8.1.1'
11+
id 'com.gradleup.shadow' version '8.3.5'
1212
}
1313

1414
repositories {

0 commit comments

Comments
 (0)