mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-0: Upgrading to jacoco 0.8.8
This commit is contained in:
parent
cc532ab328
commit
0095aef095
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue