Skip to content

Commit 09ea5bf

Browse files
committed
Superfluous explicit calls to transitive dependencies
1 parent 5764fe9 commit 09ea5bf

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
@@ -613,7 +613,7 @@
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>

0 commit comments

Comments
 (0)