1.4.0
aggregated reports
If you happen to be using a multi-project sbt build, you can now use dumpLicenseReportAggregate
(which collects the results
from aggregate
on the root project) or dumpLicenseReportAnyProject
(which collects the results for all subprojects).
This was contributed by @mdedetrich in #55
other updates
- Adds license report type for Confluence wiki markup by @ep-skolberg in #46
behind the scene
new contributors
- @mdedetrich made their first contribution in #55
- @ep-skolberg made their first contribution in #46
about sbt-license-report
sbt-license-report is an sbt plugin to create license reports on an sbt build.
sbt-license-report 1.4.0 is cross published to Maven Central for both sbt 1.x and sbt 0.13. Using sbt 1.9.0-M1, sbt 1.x plugin is published for both the traditional POM-inconsistent style (i.e. sbt-license-report-1.4.0.pom
) and POM-consistent style (i.e. sbt-license-report_2.12_1.0-1.4.0.pom
):
sbt version | POM inconsistent | POM consistent |
---|---|---|
1.x | ✅ | ✅ |
0.13 | ✅ | n/a |
Full Changelog: v1.3.0...v1.4.0