aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2021-06-10 13:29:04 +0200
committersonartech <sonartech@sonarsource.com>2021-06-15 20:03:20 +0000
commitc0cdcd5ab6b99bccad9300ee2abea74323c09c36 (patch)
treeae205a4d8065315b5bd26c889d5c410454d33007 /sonar-application
parentaa93269cda92f4dd55c1cc0b3863624073c0e14b (diff)
downloadsonarqube-c0cdcd5ab6b99bccad9300ee2abea74323c09c36.tar.gz
sonarqube-c0cdcd5ab6b99bccad9300ee2abea74323c09c36.zip
SONAR-14933 Show all tutorials if no project binding
Diffstat (limited to 'sonar-application')
-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 bbfd0f6e180..0755a33a577 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -220,7 +220,7 @@ zip.doFirst {
}
// Check the size of the archive
zip.doLast {
- def minLength = 270000000
+ def minLength = 260000000
def maxLength = 290000000
def length = archiveFile.get().asFile.length()