Skip to content

Commit

Permalink
reduce jar size
Browse files Browse the repository at this point in the history
  • Loading branch information
zglicz committed Nov 13, 2024
1 parent 34b0fb3 commit 0cfeb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-plugin/sonar-javascript-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@
</files>
</requireFilesSize>
<requireFilesSize>
<minsize>10000000</minsize>
<maxsize>27500000</maxsize>
<minsize>8000000</minsize>
<maxsize>15000000</maxsize>
<files>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</files>
Expand Down

0 comments on commit 0cfeb2a

Please sign in to comment.