Skip to content

Commit

Permalink
Use newer version of jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikiran committed Nov 2, 2019
1 parent 4c13475 commit 87de654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
1 change: 1 addition & 0 deletions version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87de654

Please sign in to comment.