Skip to content

Commit

Permalink
Increase the file size limit (#22)
Browse files Browse the repository at this point in the history
Increase the file size limit checked by the enforcer plugin.
  • Loading branch information
marschall authored and romani committed Aug 31, 2016
1 parent 4c004c7 commit 69d0d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-checkstyle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<configuration>
<rules>
<requireFilesSize>
<maxsize>5500000</maxsize>
<maxsize>10000000</maxsize>
<minsize>5000000</minsize>
<files>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
Expand Down

0 comments on commit 69d0d8e

Please sign in to comment.