Gradle-License-Report
Gradle-License-Report copied to clipboard
Adding `"moduleLicense": null` causes false negative of no `dependenciesWithoutAllowedLicenses` & requires cache clear
Adding a null moduleLicense
to the allowed-licenses.json
results in an empty report set, even though I have unallowed ones.
Further, it requires gradle cache be cleared before it will again fail... even after removing the null
, it keeps reporting no dependenciesWithoutAllowedLicenses
due to the caching bug.