Skip to content

Commit

Permalink
Bump vbnet plugin size (#7538)
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba-sagi-sonarsource authored Jul 5, 2023
1 parent d48fd57 commit 6fc100a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-vbnet-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@
<configuration>
<rules>
<requireFilesSize>
<maxsize>4500000</maxsize>
<minsize>4300000</minsize>
<maxsize>4600000</maxsize>
<minsize>4400000</minsize>
<files>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</files>
Expand Down

0 comments on commit 6fc100a

Please sign in to comment.