Improvements 🎉
- Support Gradle 7.x compatibility. #48
Bug fixes 🎉
- Use github raw content URLs instead of web pages. #43
- Please run
mergeLicenseList
andvisualizeLicenseList
to follow this change.
- Please run
Bug fixes 🎉
- Ignore local jar/arr files based on .artifactignore properly. #40
New features 🎉
- Support local jar/aar files. #36
Bug fixes 🎉
- Licenses that contain heading/trailing spaces and/or CRLF always caused validation errors. #37
New features 🎉
glob
pattern is available to ignore artifacts. #34
Bug fixes
validation
task didn't look upkeep
attributes #33
Deprecation 🙇
- dataDir has been deprecated and please use baseDir. This was a typo. #31
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
- Fixed missing
</body>
in the html template - Fixed unintended wider html page had been generated
- Raise the error in advance when the file of license-tools-plugin is not found
- Fixed assembly/visualization options caused missing property errors in Groovy code
- The initial version