Skip to content

Commit

Permalink
Superfluous explicit calls to transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
twogee committed Aug 11, 2020
1 parent 8a2ff0a commit c00b736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
Build the code
===================================================================
-->
<target name="build" depends="prepare, compile, compile-jdk9+" unless="skip.build"
<target name="build" depends="compile,compile-jdk9+" unless="skip.build"
description="--> compiles the source code">

<!-- Builds and verifies that the classes belonging in the confined package of
Expand Down Expand Up @@ -1708,7 +1708,7 @@ ${antunit.reports}
<fail if="tests.failed" message="Unit tests failed"/>
</target>

<target name="test-init" depends="probe-offline,check-optional-packages,dump-info">
<target name="test-init" depends="probe-offline,dump-info">
<mkdir dir="${build.junit.tmpdir}"/>
<condition property="sun.io.useCanonCaches" value="false">
<not>
Expand Down

0 comments on commit c00b736

Please sign in to comment.