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 613613 Build the code
614614 ===================================================================
615615 -->
616- <target name =" build" depends =" prepare, compile, compile-jdk9+" unless =" skip.build"
616+ <target name =" build" depends =" compile,compile-jdk9+" unless =" skip.build"
617617 description =" --> compiles the source code" >
618618
619619 <!-- Builds and verifies that the classes belonging in the confined package of
@@ -1715,7 +1715,7 @@ ${antunit.reports}
17151715 <fail if =" tests.failed" message =" Unit tests failed" />
17161716 </target >
17171717
1718- <target name =" test-init" depends =" probe-offline,check-optional-packages, dump-info" >
1718+ <target name =" test-init" depends =" probe-offline,dump-info" >
17191719 <mkdir dir =" ${ build.junit.tmpdir } " />
17201720 <condition property =" sun.io.useCanonCaches" value =" false" >
17211721 <not >
You can’t perform that action at this time.
0 commit comments