mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 02:35:11 +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>
|
||||
<forkCount>3</forkCount>
|
||||
<reuseForks>true</reuseForks>
|
||||
<argLine>${argLine} -client -Xmx512M -Dfile.encoding=UTF-8</argLine>
|
||||
<argLine>-client -Xmx512M -Dfile.encoding=UTF-8 ${argLine}</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Libs Shading and Relocation -->
|
||||
|
Loading…
Reference in New Issue
Block a user