]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11849 increase SQ max size
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 27 Jun 2019 12:37:27 +0000 (14:37 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Jun 2019 06:45:58 +0000 (08:45 +0200)
new SonarCSS plugin added 970Kb

sonar-application/build.gradle

index 6db87116f7be7f5ee4b3e506b6fecc7653713cfb..f00be05715a3138189366543ca9e0f6baee6e235 100644 (file)
@@ -211,7 +211,7 @@ zip.doFirst {
 // Check the size of the archive
 zip.doLast {
   def minLength = 198000000
-  def maxLength = 207000000
+  def maxLength = 208000000
   def length = archiveFile.get().asFile.length()
   if (length < minLength)
     throw new GradleException("$archiveName size ($length) too small. Min is $minLength")