diff options
| author | Tibor Blenessy | 2018-09-12 12:40:48 +0200 | 
|---|---|---|
| committer | Tibor Blenessy | 2018-09-13 15:14:45 +0200 | 
| commit | 810e3f8372696a6ea1e7d51dd5269d90c14dda03 (patch) | |
| tree | 040526a8f3c2f46fbe0e86d248bdd6149b168218 | |
| parent | 50319aa760574cfe0615cad183f22315f672bc6c (diff) | |
| download | sonar-css-810e3f8372696a6ea1e7d51dd5269d90c14dda03.tar.bz2 | |
Increase and tighten limits enforcing size of final jar
| -rw-r--r-- | sonar-css-plugin/pom.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sonar-css-plugin/pom.xml b/sonar-css-plugin/pom.xml index aa3ed6b..c702427 100644 --- a/sonar-css-plugin/pom.xml +++ b/sonar-css-plugin/pom.xml @@ -127,8 +127,8 @@                          <configuration>                              <rules>                                  <requireFilesSize> -                                    <minsize>5000000</minsize> -                                    <maxsize>6100000</maxsize> +                                    <minsize>6000000</minsize> +                                    <maxsize>6200000</maxsize>                                      <files>                                          <file>${project.build.directory}/${project.build.finalName}.jar</file>                                      </files> | 
