aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/build.gradle
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2020-10-29 14:52:53 +0100
committersonartech <sonartech@sonarsource.com>2020-10-29 20:05:02 +0000
commit3a72d3f37b51e676cb66b1114e9d365b5f0bebce (patch)
treefcfb4c36c84e7367be6362581a8a2a6896bc68df /sonar-application/build.gradle
parenta385a7cfcb4871272eb21f803dbc3fc37c56998d (diff)
downloadsonarqube-3a72d3f37b51e676cb66b1114e9d365b5f0bebce.tar.gz
sonarqube-3a72d3f37b51e676cb66b1114e9d365b5f0bebce.zip
SONAR-14001 SONAR-14010 SONAR-14030 SONAR-14032 SONAR-14050 SONAR-14052 SONAR-14053 SONAR-14054 SONAR-14055 SONAR-14056 Upgrade analyzers
Diffstat (limited to 'sonar-application/build.gradle')
-rw-r--r--sonar-application/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index 4df21432eb9..e52d63b5e63 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -179,7 +179,7 @@ zip.doFirst {
// Check the size of the archive
zip.doLast {
def minLength = 220000000
- def maxLength = 245000000
+ def maxLength = 247000000
def length = archiveFile.get().asFile.length()
if (length < minLength)