Releases: jmatsu/license-list-plugin
Releases · jmatsu/license-list-plugin
Ver 0.8.0
Improvements 🎉
- Support Gradle 7.x compatibility. #48
Ver 0.7.0
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
Bug fixes 🎉
- Ignore local jar/arr files based on .artifactignore properly. #40
Ver 0.6.0
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
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
Deprecation 🙇
- dataDir has been deprecated and please use baseDir. This was a typo. #31
Ver 0.4
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
- 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
- Fixed assembly/visualization options caused missing property errors in Groovy code #18