Fix size of zip file on windows (try again)

This commit is contained in:
Simon Brandhof 2013-09-20 14:31:30 +02:00
parent 5508be0d64
commit dedb6801dc

View File

@ -227,8 +227,8 @@
<configuration>
<rules>
<requireFilesSize>
<minsize>61000000</minsize>
<maxsize>66000000</maxsize>
<minsize>60000000</minsize>
<maxsize>65000000</maxsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>
</files>