Update to jacoco 0.7.5.201505241946

This commit is contained in:
Rob Winch 2015-08-03 09:45:42 -05:00
parent ad1d858e2b
commit 4c19768e54
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ configure(coreModuleProjects) {
}
}
dependencies {
jacoco "org.jacoco:org.jacoco.agent:0.6.2.201302030002:runtime"
jacoco "org.jacoco:org.jacoco.agent:0.7.5.201505241946:runtime"
}
test {
jvmArgs "-javaagent:${configurations.jacoco.asPath}=destfile=${buildDir}/jacoco.exec,includes=${project.group}.*"