Skip to content

Commit

Permalink
Bump CSharp plugin size (#6778)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed Feb 22, 2023
1 parent 94f72fa commit 7025441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-csharp-plugin/pom.xml
Expand Up @@ -217,8 +217,8 @@
<configuration>
<rules>
<requireFilesSize>
<maxsize>5600000</maxsize>
<minsize>5400000</minsize>
<maxsize>5700000</maxsize>
<minsize>5500000</minsize>
<files>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</files>
Expand Down

0 comments on commit 7025441

Please sign in to comment.