Skip to content

Commit 4c19768

Browse files
author
Rob Winch
committed
Update to jacoco 0.7.5.201505241946
1 parent ad1d858 commit 4c19768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ configure(coreModuleProjects) {
113113
}
114114
}
115115
dependencies {
116-
jacoco "org.jacoco:org.jacoco.agent:0.6.2.201302030002:runtime"
116+
jacoco "org.jacoco:org.jacoco.agent:0.7.5.201505241946:runtime"
117117
}
118118
test {
119119
jvmArgs "-javaagent:${configurations.jacoco.asPath}=destfile=${buildDir}/jacoco.exec,includes=${project.group}.*"

0 commit comments

Comments
 (0)