mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 13:11:47 +00:00
GP-0: Upgrading to jacoco 0.8.8
This commit is contained in:
parent
cc532ab328
commit
0095aef095
@ -31,8 +31,8 @@
|
||||
apply plugin:'jacoco'
|
||||
|
||||
dependencies {
|
||||
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.2'
|
||||
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.2'
|
||||
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.8'
|
||||
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.8'
|
||||
}
|
||||
|
||||
// Clean any jacoco files that may have been left behind previously.
|
||||
|
@ -18,8 +18,8 @@ import groovy.io.FileType;
|
||||
apply plugin:'jacoco'
|
||||
|
||||
dependencies {
|
||||
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.2'
|
||||
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.2'
|
||||
jacocoAnt 'org.jacoco:org.jacoco.ant:0.8.8'
|
||||
jacocoAgent 'org.jacoco:org.jacoco.agent:0.8.8'
|
||||
}
|
||||
|
||||
def String jacocoRootExecPath = "$buildDir/jacoco/jacocoMerge.exec"
|
||||
|
Loading…
Reference in New Issue
Block a user