]> source.dussan.org Git - sonarqube.git/commitdiff
increase maximum size of the archive
authorPierre <pierre.guillot@sonarsource.com>
Tue, 6 Oct 2020 07:36:42 +0000 (09:36 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 6 Oct 2020 20:07:39 +0000 (20:07 +0000)
sonar-application/build.gradle

index 4d60a7ac0e4506ce6b87536d4b69608b9b44c1cb..4df21432eb9c99408c37d7e531e727eb3df55d25 100644 (file)
@@ -179,7 +179,7 @@ zip.doFirst {
 // Check the size of the archive
 zip.doLast {
   def minLength = 220000000
-  def maxLength = 240000000
+  def maxLength = 245000000
 
   def length = archiveFile.get().asFile.length()
   if (length < minLength)