mirror of https://github.com/apache/ant-ivy
Use newer version of jacoco
This commit is contained in:
parent
4c1347531e
commit
87de654504
|
|
@ -428,7 +428,7 @@
|
|||
</target>
|
||||
|
||||
<target name="init-jacoco" depends="jar" unless="skip.test">
|
||||
<ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant" revision="0.8.3"
|
||||
<ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant" revision="${jacoco.version}"
|
||||
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"/>
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ bouncycastle.version=1.64
|
|||
commons-vfs2.version=2.2
|
||||
hamcrest.version=1.3
|
||||
httpclient.version=4.5.10
|
||||
jacoco.version=0.8.5
|
||||
jsch.agentproxy.version=0.0.9
|
||||
jsch.version=0.1.55
|
||||
junit.version=4.12
|
||||
|
|
|
|||
Loading…
Reference in New Issue