From 8c468972d855a3de2c85537a4cae1adaeca2ca7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:59:37 +0200 Subject: SONAR-22822 Upgrade `python` plugins to version 4.21.0.16473 (#11565) Co-authored-by: joke1196 Co-authored-by: Ghislain Piot --- 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 917eab40ddd..544c2e3fc3d 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 = 746000000 + def maxLength = 748000000 def length = archiveFile.get().asFile.length() if (length < minLength) -- cgit v1.2.3