aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2024-10-03 17:34:31 +0200
committersonartech <sonartech@sonarsource.com>2024-10-07 20:03:16 +0000
commitb532d794aece0c059ec6a4336ed712ca36ef715e (patch)
treedb8d0bad34e7a12f5fa814ea6f61b99a4548064c /sonar-application
parent2cfa8a1c1355a04bd6212928451d58c6f2c6bfed (diff)
downloadsonarqube-b532d794aece0c059ec6a4336ed712ca36ef715e.tar.gz
sonarqube-b532d794aece0c059ec6a4336ed712ca36ef715e.zip
SONAR-23133 Upgrade plugin com.github.johnrengelman.shadow from 7.1.2 to com.gradleup.shadow 8.1.1
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index a217fd7aab3..5ab93dfd3c1 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -5,7 +5,7 @@ import org.sonar.build.LicenseReader
plugins {
id "com.github.hierynomus.license-report"
- id "com.github.johnrengelman.shadow"
+ id "com.gradleup.shadow"
id "de.undercouch.download"
id "org.cyclonedx.bom"
}