Disable optimized version of html4j tests do decrease build time

This commit is contained in:
Alexey Andreev 2017-05-15 21:58:08 +03:00
parent b8b3aa7a53
commit 92580d0892

View File

@ -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>