aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorBelen Pruvost <belen.pruvost@sonarsource.com>2021-07-26 13:15:55 +0200
committersonartech <sonartech@sonarsource.com>2021-07-27 20:03:02 +0000
commit1627d31954c6fcbcbad8bd4045285df8e97cc96b (patch)
tree7345e495dad3321062793b473349b0f06a3771bd /sonar-application
parent64f263cb122bb0c12c582be8832502ebace564dc (diff)
downloadsonarqube-1627d31954c6fcbcbad8bd4045285df8e97cc96b.tar.gz
sonarqube-1627d31954c6fcbcbad8bd4045285df8e97cc96b.zip
SONAR-15173, SONAR-15174, SONAR-15205, SONAR-15210
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index 85fad09ddbd..4edfac54339 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -220,8 +220,8 @@ zip.doFirst {
}
// Check the size of the archive
zip.doLast {
- def minLength = 273000000
- def maxLength = 294000000
+ def minLength = 274000000
+ def maxLength = 295000000
def length = archiveFile.get().asFile.length()
if (length < minLength)