Skip to content

1.4.0

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 17 Apr 20:08
· 156 commits to main since this release
v1.4.0
1c369db

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

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