Skip to content

Commit c00b736

Browse files
committed
Superfluous explicit calls to transitive dependencies
1 parent 8a2ff0a commit c00b736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
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>

0 commit comments

Comments
 (0)