mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Disable optimized version of html4j tests do decrease build time
This commit is contained in:
parent
b8b3aa7a53
commit
92580d0892
|
@ -104,7 +104,7 @@
|
|||
<systemProperties>
|
||||
<teavm.junit.target>${project.build.directory}/js-tests</teavm.junit.target>
|
||||
<teavm.junit.minified>true</teavm.junit.minified>
|
||||
<teavm.junit.optimized>true</teavm.junit.optimized>
|
||||
<teavm.junit.optimized>false</teavm.junit.optimized>
|
||||
</systemProperties>
|
||||
<argLine>-Xmx1024m</argLine>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue
Block a user