]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14792 fix minimum zip version
authorPierre <pierre.guillot@sonarsource.com>
Tue, 15 Jun 2021 14:42:38 +0000 (16:42 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 16 Jun 2021 20:03:04 +0000 (20:03 +0000)
sonar-application/build.gradle

index 59d88509fa06cfcf43fd875cfd451b3541d9c9cd..074fcd23df48bf89769971af9618c0f8edaf1d0f 100644 (file)
@@ -220,7 +220,7 @@ zip.doFirst {
 }
 // Check the size of the archive
 zip.doLast {
-  def minLength = 269000000
+  def minLength = 268000000
   def maxLength = 289000000
 
   def length = archiveFile.get().asFile.length()