mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02: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)
|
!shouldIgnoreLine(line)
|
||||||
})
|
})
|
||||||
.collect()
|
.collect()
|
||||||
|
|
||||||
println "Returning ${lines.size()} exclusion line(s) for jacocoReport."
|
|
||||||
return lines
|
return lines
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue