Skip to content

Commit

Permalink
Update jar size limits #60
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosta Zaikin committed Oct 25, 2016
1 parent 5bf1bbb commit acff37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -327,8 +327,8 @@
<configuration>
<rules>
<requireFilesSize>
<maxsize>9500000</maxsize>
<minsize>5800000</minsize>
<maxsize>12000000</maxsize>
<minsize>8000000</minsize>
<files>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</files>
Expand Down

0 comments on commit acff37e

Please sign in to comment.