diff options
Diffstat (limited to 'sonar-application/build.gradle')
-rw-r--r-- | sonar-application/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 4df21432eb9..e52d63b5e63 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -179,7 +179,7 @@ zip.doFirst { // Check the size of the archive zip.doLast { def minLength = 220000000 - def maxLength = 245000000 + def maxLength = 247000000 def length = archiveFile.get().asFile.length() if (length < minLength) |