1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Update to org.jacoco.agent:0.7.9

Fixes gh-5812
This commit is contained in:
Joe Grandja
2018-09-07 15:52:23 -04:00
parent 916a19ccbd
commit 60c011a976
+1 -1
View File
@@ -127,7 +127,7 @@ configure(coreModuleProjects) {
}
}
dependencies {
jacoco "org.jacoco:org.jacoco.agent:0.7.5.201505241946:runtime"
jacoco "org.jacoco:org.jacoco.agent:0.7.9:runtime"
}
test {
jvmArgs "-javaagent:${configurations.jacoco.asPath}=destfile=${buildDir}/jacoco.exec,includes=${project.group}.*"