Skip to content

Commit

Permalink
change gc to serial
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiscript committed Jan 28, 2024
1 parent 2fac1ea commit af1f71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game-of-life-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<buildArgs>
<arg>--enable-preview</arg>
<arg>--install-exit-handlers</arg>
<arg>--gc=epsilon</arg>
<arg>--gc=serial</arg>
</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit af1f71d

Please sign in to comment.