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.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index 074fcd23df4..ef888bc95dd 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -220,8 +220,8 @@ zip.doFirst {
}
// Check the size of the archive
zip.doLast {
- def minLength = 268000000
- def maxLength = 289000000
+ def minLength = 270000000
+ def maxLength = 291000000
def length = archiveFile.get().asFile.length()
if (length < minLength)