mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-26 20:26:01 +01:00
Should fix mvn param
This commit is contained in:
parent
a96a98e4ed
commit
cfdc99cfe6
2
pom.xml
2
pom.xml
@ -167,7 +167,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<forkCount>3</forkCount>
|
<forkCount>3</forkCount>
|
||||||
<reuseForks>true</reuseForks>
|
<reuseForks>true</reuseForks>
|
||||||
<argLine>${argLine} -client -Xmx512M -Dfile.encoding=UTF-8</argLine>
|
<argLine>-client -Xmx512M -Dfile.encoding=UTF-8 ${argLine}</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- Libs Shading and Relocation -->
|
<!-- Libs Shading and Relocation -->
|
||||||
|
Loading…
Reference in New Issue
Block a user