]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12775 Gitlab MR live update
authorPierre Guillot <50145663+pierre-guillot-sonarsource@users.noreply.github.com>
Fri, 13 Dec 2019 16:05:22 +0000 (17:05 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 16 Dec 2019 19:46:14 +0000 (20:46 +0100)
sonar-application/build.gradle

index 98274318035332ae19d5db7a55ee5923338012c3..662fdda85bdd6493ac84e7c95dcbc6a8851260a7 100644 (file)
@@ -177,8 +177,8 @@ zip.doFirst {
 }
 // Check the size of the archive
 zip.doLast {
-  def minLength = 202000000
-  def maxLength = 211000000
+  def minLength = 203000000
+  def maxLength = 212000000
   def length = archiveFile.get().asFile.length()
   if (length < minLength)
     throw new GradleException("$archiveName size ($length) too small. Min is $minLength")