Skip to content

Commit bed7cbc

Browse files
committed
SONARCS-546 Embed the MSBuild Sonar Runner 1.0 implementation logic
1 parent ac30402 commit bed7cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
<configuration>
134134
<rules>
135135
<requireFilesSize>
136-
<maxsize>7000000</maxsize>
137-
<minsize>6000000</minsize>
136+
<maxsize>8000000</maxsize>
137+
<minsize>7000000</minsize>
138138
<files>
139139
<file>${project.build.directory}/${project.build.finalName}.jar</file>
140140
</files>
Binary file not shown.

0 commit comments

Comments
 (0)