Skip to content

Commit

Permalink
Add arg under the surfire plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Nov 13, 2024
1 parent a6ea785 commit 3ef1604
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
<version>2.22.2</version>
<configuration>
<!--<argLine>-Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006</argLine>-->
<argLine>-Xmx1024m</argLine>
<argLine>
-Xmx1024m
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
</argLine>
<disableXmlReport>false</disableXmlReport>
<parallel>false</parallel>
<suiteXmlFiles>
Expand Down

0 comments on commit 3ef1604

Please sign in to comment.