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 abfeca30e91..fafe614870a 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -164,8 +164,8 @@ zip.doFirst {
}
// Check the size of the archive
zip.doLast {
- def minLength = 236000000
- def maxLength = 256000000
+ def minLength = 237000000
+ def maxLength = 257000000
def length = archiveFile.get().asFile.length()
if (length < minLength)