Skip to content

Commit

Permalink
Update the expected plugin file size (#8958)
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource committed Mar 19, 2024
1 parent 0418ca4 commit 28b72bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sonar-csharp-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
<configuration>
<rules>
<requireFilesSize>
<maxsize>5500000</maxsize>
<minsize>5350000</minsize>
<maxsize>5600000</maxsize>
<minsize>5400000</minsize>
<files>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</files>
Expand Down
4 changes: 2 additions & 2 deletions sonar-vbnet-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
<configuration>
<rules>
<requireFilesSize>
<maxsize>4800000</maxsize>
<minsize>4600000</minsize>
<maxsize>4850000</maxsize>
<minsize>4650000</minsize>
<files>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</files>
Expand Down

0 comments on commit 28b72bb

Please sign in to comment.