aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a43b490a96c..7e23c4fe0b9 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -322,7 +322,7 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath]) {
// Check the size of the archive
zip.doLast {
def minLength = 340000000
- def maxLength = 475000000
+ def maxLength = 476000000
def length = archiveFile.get().asFile.length()
if (length < minLength)