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 613
613
Build the code
614
614
===================================================================
615
615
-->
616
- <target name =" build" depends =" prepare, compile, compile-jdk9+" unless =" skip.build"
616
+ <target name =" build" depends =" compile,compile-jdk9+" unless =" skip.build"
617
617
description =" --> compiles the source code" >
618
618
619
619
<!-- Builds and verifies that the classes belonging in the confined package of
@@ -1715,7 +1715,7 @@ ${antunit.reports}
1715
1715
<fail if =" tests.failed" message =" Unit tests failed" />
1716
1716
</target >
1717
1717
1718
- <target name =" test-init" depends =" probe-offline,check-optional-packages, dump-info" >
1718
+ <target name =" test-init" depends =" probe-offline,dump-info" >
1719
1719
<mkdir dir =" ${ build.junit.tmpdir } " />
1720
1720
<condition property =" sun.io.useCanonCaches" value =" false" >
1721
1721
<not >
You can’t perform that action at this time.
0 commit comments