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 cbff50150d2..bcf36fec3a3 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -279,7 +279,7 @@ zip.doFirst { // Check the size of the archive zip.doLast { def minLength = 272000000 - def maxLength = 287000000 + def maxLength = 297000000 def length = archiveFile.get().asFile.length() if (length < minLength) |