aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-application/build.gradle')
-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 4d60a7ac0e4..4df21432eb9 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -179,7 +179,7 @@ zip.doFirst {
// Check the size of the archive
zip.doLast {
def minLength = 220000000
- def maxLength = 240000000
+ def maxLength = 245000000
def length = archiveFile.get().asFile.length()
if (length < minLength)