File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 606
606
Build the code
607
607
===================================================================
608
608
-->
609
- <target name =" build" depends =" prepare, compile, compile-jdk9+" unless =" skip.build"
609
+ <target name =" build" depends =" compile,compile-jdk9+" unless =" skip.build"
610
610
description =" --> compiles the source code" >
611
611
612
612
<!-- Builds and verifies that the classes belonging in the confined package of
@@ -1708,7 +1708,7 @@ ${antunit.reports}
1708
1708
<fail if =" tests.failed" message =" Unit tests failed" />
1709
1709
</target >
1710
1710
1711
- <target name =" test-init" depends =" probe-offline,check-optional-packages, dump-info" >
1711
+ <target name =" test-init" depends =" probe-offline,dump-info" >
1712
1712
<mkdir dir =" ${ build.junit.tmpdir } " />
1713
1713
<condition property =" sun.io.useCanonCaches" value =" false" >
1714
1714
<not >
You can’t perform that action at this time.
0 commit comments