Skip to content

Commit

Permalink
build(deps): Use new coordinates of Gradle Shadow plugin (#2264)
Browse files Browse the repository at this point in the history
The maintenance of the plugin was transferred to the GradleUp organization to ensure future development, see GradleUp/shadow#908.
  • Loading branch information
valfirst authored Jan 27, 2025
1 parent 75d095c commit 8d882c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id 'jacoco'
id 'signing'
id 'org.owasp.dependencycheck' version '12.0.1'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'com.gradleup.shadow' version '8.3.5'
}

repositories {
Expand Down

0 comments on commit 8d882c7

Please sign in to comment.