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 0755a33a577..59d88509fa0 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 = 260000000
- def maxLength = 290000000
+ def minLength = 269000000
+ def maxLength = 289000000
def length = archiveFile.get().asFile.length()
if (length < minLength)