Skip to content

Commit

Permalink
Fixed JaCoCo Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
czengler committed May 2, 2024
1 parent e6317bb commit 87a662f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${version.surefire}</version>
<configuration>
<argLine>-Xmx4g</argLine>
<argLine>${argLine} -Xmx4g</argLine>
</configuration>
</plugin>

Expand Down

0 comments on commit 87a662f

Please sign in to comment.