aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)