mirror of
https://github.com/NationalSecurityAgency/ghidra
synced 2024-10-30 02:29:46 +00:00
Removed diagnostic message from jacoco.gradle
This commit is contained in:
parent
0d2df489ce
commit
3ffcd86f18
1 changed files with 0 additions and 2 deletions
|
@ -34,8 +34,6 @@ def String[] generateExcludesList() {
|
|||
!shouldIgnoreLine(line)
|
||||
})
|
||||
.collect()
|
||||
|
||||
println "Returning ${lines.size()} exclusion line(s) for jacocoReport."
|
||||
return lines
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue