Upgrade to 0.8.3 of jacoco

This commit is contained in:
Jaikiran Pai 2019-02-19 09:02:49 +05:30
parent 75d8d79806
commit 4ffcf8f06f
1 changed files with 1 additions and 1 deletions

View File

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