Remove redundancy from the report.
This commit is contained in:
parent
1daf774303
commit
5b3bbd7dcc
|
@ -116,12 +116,12 @@ def printReport(report) {
|
|||
artifacts.each { name, data ->
|
||||
text += "${indent}|--Module: ${name}\n"
|
||||
text += "${indent*2}|--Dependency Level: ${deep}\n"
|
||||
text += "${indent*2}|--Downstream Modules for ${name}\n"
|
||||
text += "${indent*2}|--Downstream Modules\n"
|
||||
data['dependencies'].each {d ->
|
||||
text += "${indent*3}|--${d}"
|
||||
text += "\n"
|
||||
}
|
||||
text += "${indent*2}|--Downstream Projects for ${name}\n"
|
||||
text += "${indent*2}|--Downstream Projects for\n"
|
||||
data['projects'].each { p ->
|
||||
text += "${indent*3}|--${p}"
|
||||
text += "\n"
|
||||
|
|
Loading…
Reference in New Issue