Skip to content

Commit

Permalink
SONARCS-546 Embed the MSBuild Sonar Runner 1.0 implementation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolkensteyn committed Jul 20, 2015
1 parent ac30402 commit bed7cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
<configuration>
<rules>
<requireFilesSize>
<maxsize>7000000</maxsize>
<minsize>6000000</minsize>
<maxsize>8000000</maxsize>
<minsize>7000000</minsize>
<files>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</files>
Expand Down
Binary file not shown.

0 comments on commit bed7cbc

Please sign in to comment.