]> source.dussan.org Git - sonarqube.git/commitdiff
Size of zip distribution increased because of recent lib upgrades
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 22 Jun 2020 09:22:50 +0000 (11:22 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 22 Jun 2020 20:04:33 +0000 (20:04 +0000)
sonar-application/build.gradle

index 63f620882f65135647b979004a2737b5a3135d19..572cd7fff791628d22fa076e781c8e7f01993632 100644 (file)
@@ -178,7 +178,7 @@ zip.doFirst {
 // Check the size of the archive
 zip.doLast {
   def minLength = 220000000
-  def maxLength = 230000000
+  def maxLength = 235000000
   def length = archiveFile.get().asFile.length()
   if (length < minLength)
     throw new GradleException("$archiveName size ($length) too small. Min is $minLength")