aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-application/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index e52d63b5e63..c7f466e1d82 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -178,8 +178,8 @@ zip.doFirst {
}
// Check the size of the archive
zip.doLast {
- def minLength = 220000000
- def maxLength = 247000000
+ def minLength = 236000000
+ def maxLength = 251000000
def length = archiveFile.get().asFile.length()
if (length < minLength)