mirror of https://github.com/apache/ant-ivy
Upgrade to 0.8.3 of jacoco
This commit is contained in:
parent
75d8d79806
commit
4ffcf8f06f
|
|
@ -438,7 +438,7 @@
|
|||
</target>
|
||||
|
||||
<target name="init-jacoco" depends="jar" unless="skip.test">
|
||||
<ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant" revision="0.8.2"
|
||||
<ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant" revision="0.8.3"
|
||||
inline="true" conf="default" pathid="jacoco.classpath" log="download-only"/>
|
||||
<taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml"
|
||||
classpathref="jacoco.classpath"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue