diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-08-19 15:51:50 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-08-25 10:03:38 +0200 |
commit | 37661c98d42044ea0423d1eb3273daf81d6984a0 (patch) | |
tree | 6b8b381dfed768fc1a607baa158de9e774de7d6a /sonar-application/pom.xml | |
parent | 1e9159e3b8dad9afa097718259866122a866b101 (diff) | |
download | sonarqube-37661c98d42044ea0423d1eb3273daf81d6984a0.tar.gz sonarqube-37661c98d42044ea0423d1eb3273daf81d6984a0.zip |
Increase expected zip max size
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index b30d6d809bf..8656a2f2718 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -239,7 +239,7 @@ <rules> <requireFilesSize> <minsize>120000000</minsize> - <maxsize>127000000</maxsize> + <maxsize>128000000</maxsize> <files> <file>${project.build.directory}/sonarqube-${project.version}.zip</file> </files> |