Use newer version of jacoco

This commit is contained in:
Jaikiran Pai 2019-11-02 18:53:44 +05:30
parent 4c1347531e
commit 87de654504
2 changed files with 2 additions and 1 deletions

View File

@ -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"/>

View File

@ -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