mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
* Use Gradle dependency dynamic versioning Use dynamic versioning for Gradle dependencies when possible. Please refer to go/dr-dependency-upgrade for more information about the automation plan. This PR calls out all dependencies that must be pinned to specific versions for various reasons. The remaining ones are converted to open-ended version ranges ("[version_str,)"). |
||
---|---|---|
.. | ||
allowed_licenses.json | ||
license_normalizer_bundle.json | ||
README.md |
Summary
This folder contains configuration files for the gradle-license-report plugin:
- allowed_licenses.json declares the acceptable licenses. A license may have multiple entries in this file, since the 'moduleLicense' property value must match exactly the phrases found in pom or manifest files.
- license_normalizer_bundle.json configures normalization rules for license reporting.
Notes About Adding New Licenses
-
The WTFPL license is not allowed.
-
Each 'Public Domain' license entry must include a specific 'moduleName'. Do not omit moduleName or use wildcards.