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 e2fcdaa1fd9..98274318035 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -178,7 +178,7 @@ zip.doFirst {
// Check the size of the archive
zip.doLast {
def minLength = 202000000
- def maxLength = 210000000
+ def maxLength = 211000000
def length = archiveFile.get().asFile.length()
if (length < minLength)
throw new GradleException("$archiveName size ($length) too small. Min is $minLength")