Skip to content

Commit 87a662f

Browse files
committed
Fixed JaCoCo Plugin
1 parent e6317bb commit 87a662f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<artifactId>maven-surefire-plugin</artifactId>
225225
<version>${version.surefire}</version>
226226
<configuration>
227-
<argLine>-Xmx4g</argLine>
227+
<argLine>${argLine} -Xmx4g</argLine>
228228
</configuration>
229229
</plugin>
230230

0 commit comments

Comments
 (0)