diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-06-10 13:29:04 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-06-15 20:03:20 +0000 |
commit | c0cdcd5ab6b99bccad9300ee2abea74323c09c36 (patch) | |
tree | ae205a4d8065315b5bd26c889d5c410454d33007 /sonar-application | |
parent | aa93269cda92f4dd55c1cc0b3863624073c0e14b (diff) | |
download | sonarqube-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.gradle | 2 |
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() |