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 Jul 18, 2021
1 parent 5764fe9 commit 09ea5bf
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 @@ -613,7 +613,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 @@ -1715,7 +1715,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 09ea5bf

Please sign in to comment.