]> source.dussan.org Git - sonarqube.git/commitdiff
NO-JIRA Increase build zip size (#11675)
authorShane Findley <shane.findley@sonarsource.com>
Wed, 4 Sep 2024 09:16:55 +0000 (11:16 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 4 Sep 2024 20:03:11 +0000 (20:03 +0000)
sonar-application/build.gradle

index 8ca63715f7095688f1c6379e3b6ad36eaa8fec45..f2da57e729099f1a2fe595a8163b8807ccf534bd 100644 (file)
@@ -340,7 +340,7 @@ zip {
   mustRunAfter cyclonedxBom
   doLast {
     def minLength = 340000000
-    def maxLength = 748000000
+    def maxLength = 750000000
 
     def length = archiveFile.get().asFile.length()
     if (length < minLength)