Skip to content

Commit

Permalink
[TH2-1836] added CsvCustomReportRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Jun 23, 2023
1 parent 28b44c1 commit e51c3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id 'application'
id 'com.palantir.docker' version '0.25.0'
id "org.owasp.dependencycheck" version "8.1.0"
id 'com.github.jk1.dependency-license-report' version '2.4'
id 'com.github.jk1.dependency-license-report'
}

ext {
Expand Down Expand Up @@ -168,7 +168,7 @@ dependencyCheck {
licenseReport {
renderers = [
new XmlReportRenderer("${project.name}-licenses.xml"),
new CsvReportRenderer("${project.name}-licenses.csv"),
new CsvCustomReportRenderer("${project.name}-licenses.csv"),
new JsonReportRenderer("${project.name}-licenses.json"),
new InventoryHtmlReportRenderer("${project.name}-licenses.html")
]
Expand Down

0 comments on commit e51c3a5

Please sign in to comment.