1.13.0
New
-
DSL now has a type-safe version of
allowwhich accepts aSpdxIdconstant.licensee { allow(SpdxId.Apache_20) } -
The
artifacts.jsonreport can now be automatically bundled into your Android APK (atapp/cash/licensee/artifacts.jsonpath).licensee { bundleAndroidAsset = true } -
Update SPDX database to version 3.26 (2024-12-30).
Changed
- Removed Kotlin stdlib dependency. This is provided by the enclosing Gradle classpath in which the plugin is running.