Use Gradle's Reports API to generate reports
text
report renamed toplainText
destination
is nowoutputLocation
- Extension values are now
org.gradle.api.provider.Property
- Minimum Gradle Version is now 7.2
- Android Gradle Plugin 4.x
- EPL v1.0 License - #15
- Additional URL for LGPL-2.1
- update AGP version
- update maven model library
- Dark Mode for HTML report
- Sort libraries by name or maven coordinated on HTML report
- Better support for Android Variants
- Internal handling of the license mappings
- SPDX License Identifier for various reports
- HTML and Markdown reports merge licenses with a more sophisticated algorithm
- CSV Reporter reports all licenses not only the first one
- add maven coordinates to Library model
version
is not part of themavenCoordinates
in the Library model- Improved Markdown reporter
- XSD Schema for the XML reporter
-
<version>
is now attribute to<library>
<url>
is now a attribute to<license>
<library>
has anid
attribute now
- HTML Reports includes all libraries again
- Sort dependencies by name and version
- Kotlin Multiplatform support
- Extension property to set
enabled
anddestination
- Update Android Gradle plugin to version 7+
- Warning when license has no mapping for html reports
- set task outputs to report files
- add DSL to configure reports
- use library to create CSV report
- All public properties are now provided Properties
- Use Kotlin Serialization instead of Moshi