aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-06-21 09:27:13 +0200
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-07-04 14:15:34 +0200
commit829350d117b4572ecc1d71c588b2d41604ca0ff8 (patch)
tree2dd22d124ac29d8ed9975774692d474f88e551bf /sonar-application/pom.xml
parent33e68fd792458053de7492ba6cba4edf0f517ac7 (diff)
downloadsonarqube-829350d117b4572ecc1d71c588b2d41604ca0ff8.tar.gz
sonarqube-829350d117b4572ecc1d71c588b2d41604ca0ff8.zip
Update build size because we are just above 144Mb now
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 276245bd8cc..5cce65ec797 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -242,8 +242,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>136000000</minsize>
- <maxsize>144000000</maxsize>
+ <minsize>138000000</minsize>
+ <maxsize>146000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>