On Thursday, November 14, 2024 at 4:34:40 PM UTC+1 [email protected]
wrote:
@Thomas Broyer,
What will be the equivalent argument for the following in the new plugin:
<extraJvmArgs>-Xmx7G -XX:+UseG1GC
-Dgwt.user.agent=${gwt.compile.user.agent}</extraJvmArgs>
Thanks.
<jvmArgs> and
<systemProperties> https://tbroyer.github.io/gwt-maven-plugin/compile-mojo.html
<jvmArgs>
<arg>-Xmx7G</arg>
<arg>-XX:+UseG1GC</arg>
</jvmArgs>
<systemProperties>
<gwt.user.agent>${gwt.compile.user.agent}</gwt.user.agent>
</systemProperties>
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/google-web-toolkit/afd0427a-f68a-41dc-8274-2a09373678c2n%40googlegroups.com.