File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 606606 Build the code
607607 ===================================================================
608608 -->
609- <target name =" build" depends =" prepare, compile, compile-jdk9+" unless =" skip.build"
609+ <target name =" build" depends =" compile,compile-jdk9+" unless =" skip.build"
610610 description =" --> compiles the source code" >
611611
612612 <!-- Builds and verifies that the classes belonging in the confined package of
@@ -1708,7 +1708,7 @@ ${antunit.reports}
17081708 <fail if =" tests.failed" message =" Unit tests failed" />
17091709 </target >
17101710
1711- <target name =" test-init" depends =" probe-offline,check-optional-packages, dump-info" >
1711+ <target name =" test-init" depends =" probe-offline,dump-info" >
17121712 <mkdir dir =" ${ build.junit.tmpdir } " />
17131713 <condition property =" sun.io.useCanonCaches" value =" false" >
17141714 <not >
You can’t perform that action at this time.
0 commit comments