diff options
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 85fad09ddbd..4edfac54339 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 = 273000000 - def maxLength = 294000000 + def minLength = 274000000 + def maxLength = 295000000 def length = archiveFile.get().asFile.length() if (length < minLength) |