We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #291, I'd like to see CsvReportRenderer to show multiple licenses if possible.
Motivation - libraries such as https://github.com/qos-ch/logback?tab=License-1-ov-file is dual licensed. Current CsvReportRenderer - https://github.com/jk1/Gradle-License-Report/blob/master/src/main/groovy/com/github/jk1/license/render/CsvReportRenderer.groovy#L89C102-L89C125 only gets one license (lastOrNull https://github.com/jk1/Gradle-License-Report/blob/master/src/main/groovy/com/github/jk1/license/render/LicenseDataCollector.groovy#L27)
I think it'd be more accurate to show multiple row of licenses in that scenario
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to #291, I'd like to see CsvReportRenderer to show multiple licenses if possible.
Motivation - libraries such as https://github.com/qos-ch/logback?tab=License-1-ov-file is dual licensed. Current CsvReportRenderer - https://github.com/jk1/Gradle-License-Report/blob/master/src/main/groovy/com/github/jk1/license/render/CsvReportRenderer.groovy#L89C102-L89C125 only gets one license (lastOrNull https://github.com/jk1/Gradle-License-Report/blob/master/src/main/groovy/com/github/jk1/license/render/LicenseDataCollector.groovy#L27)
I think it'd be more accurate to show multiple row of licenses in that scenario
The text was updated successfully, but these errors were encountered: