From e4313bc4793eaf2a265f55f4bfa867e4c76942cd Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Tue, 23 Jul 2024 15:22:13 +0200 Subject: SONAR-22603 Use generated code for the SARIF parser --- sonar-application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sonar-application') diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 9b2bfee02af..3c7f333dc53 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -338,7 +338,7 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath]) { // Check the size of the archive zip.doLast { def minLength = 340000000 - def maxLength = 744000000 + def maxLength = 745000000 def length = archiveFile.get().asFile.length() if (length < minLength) -- cgit v1.2.3