aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Findley <shane.findley@sonarsource.com>2024-09-04 11:16:55 +0200
committersonartech <sonartech@sonarsource.com>2024-09-04 20:03:11 +0000
commit26138bab7d728e4560a9803d784b366704f18f9a (patch)
tree7e9f69aaded7ed617a482cd5919d60a0795a50ea
parent483f1347e1066f05aef7d20bf5ebd6d03aea78b0 (diff)
downloadsonarqube-26138bab7d728e4560a9803d784b366704f18f9a.tar.gz
sonarqube-26138bab7d728e4560a9803d784b366704f18f9a.zip
NO-JIRA Increase build zip size (#11675)
-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 8ca63715f70..f2da57e7290 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -340,7 +340,7 @@ zip {
mustRunAfter cyclonedxBom
doLast {
def minLength = 340000000
- def maxLength = 748000000
+ def maxLength = 750000000
def length = archiveFile.get().asFile.length()
if (length < minLength)