Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 1703ecc

Browse files
committed
Relax file size limit a bit
1 parent 549bbc2 commit 1703ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-groovy-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<configuration>
119119
<rules>
120120
<requireFilesSize>
121-
<maxsize>13000000</maxsize>
121+
<maxsize>15000000</maxsize>
122122
<minsize>11000000</minsize>
123123
<files>
124124
<file>${project.build.directory}/${project.build.finalName}.jar</file>

0 commit comments

Comments
 (0)