Skip to content

Releases: jmatsu/license-list-plugin

Ver 0.8.0

30 Aug 19:21
6948992
Compare
Choose a tag to compare

Improvements 🎉

  • Support Gradle 7.x compatibility. #48

Ver 0.7.0

30 Aug 13:35
b939afd
Compare
Choose a tag to compare

Bug fixes 🎉

  • Use github raw content URLs instead of web pages. #43
    • Please run mergeLicenseList and visualizeLicenseList to follow this change.

Ver 0.6.1

15 Jun 03:30
94b78be
Compare
Choose a tag to compare

Bug fixes 🎉

  • Ignore local jar/arr files based on .artifactignore properly. #40

Ver 0.6.0

12 Jun 06:52
27e0bde
Compare
Choose a tag to compare

New features 🎉

  • Support local jar/aar files. #36

Bug fixes 🙇

  • Licenses that contain heading/trailing spaces and/or CRLF always caused validation errors. #37

Ver 0.5.0

23 Apr 15:54
bec2479
Compare
Choose a tag to compare

New features 🎉

  • glob pattern is available to ignore artifacts. #34

Bug fixes

  • validation task didn't look up keep attributes #33

Ver 0.4.1

23 Apr 15:55
7ac5136
Compare
Choose a tag to compare

Deprecation 🙇

  • dataDir has been deprecated and please use baseDir. This was a typo. #31

Ver 0.4

08 Apr 08:51
bd9b158
Compare
Choose a tag to compare

New features 🎉

  • inspect action is introduced. It reports missing or misconfigured attributes in your management files. #28

Breaking changes 💣

  • inspect action recognizes null as valid values but null was default values of License#url until 0.3. Since 0.4, "" (empty string) is a default value. #28
  • Now visualize action depends on validate and inspect actions. #28

Deprecation 🙇

  • artifactOutputDirectory has been deprecated and renamed to baseDir #26

Ver 0.3

07 Apr 15:52
ff02063
Compare
Choose a tag to compare
  • Fixed missing </body> in the html template #20
  • Fixed unintended wider html page had been generated #21
  • Raise the error in advance when the file of license-tools-plugin is not found #21

Ver 0.2

07 Apr 15:33
8e48e66
Compare
Choose a tag to compare
  • Fixed assembly/visualization options caused missing property errors in Groovy code #18

Ver 0.1

06 Apr 13:59
b4e71fb
Compare
Choose a tag to compare

Initial release 🎉