610 |
<param name="build.main.java.version" value="10"/> |
<param name="build.main.java.version" value="10"/> |
611 |
</antcall> |
</antcall> |
612 |
|
|
613 |
|
<!-- Clean up to avoid obscure wrong class file version bugs --> |
614 |
|
<antcall target="clean"/> |
615 |
|
|
616 |
</target> |
</target> |
617 |
|
|
618 |
|
|
1502 |
dest="${guava.dir}/guava-testlib-tests.jar" usetimestamp="true"/> |
dest="${guava.dir}/guava-testlib-tests.jar" usetimestamp="true"/> |
1503 |
<junit printsummary="true" showoutput="true" haltonfailure="true" |
<junit printsummary="true" showoutput="true" haltonfailure="true" |
1504 |
jvm="${build.main.java}" fork="true"> |
jvm="${build.main.java}" fork="true"> |
1505 |
<jvmarg line="-ea -esa --patch-module java.base=${product.jar}"/> |
<jvmarg line="-ea -esa --patch-module=java.base=${product.jar}"/> |
1506 |
<formatter type="brief"/> |
<formatter type="brief"/> |
1507 |
<classpath> |
<classpath> |
1508 |
<pathelement location="${guava.dir}/guava-testlib-tests.jar"/> |
<pathelement location="${guava.dir}/guava-testlib-tests.jar"/> |