1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 11:45:39 +00:00

Add allowed license for json (#1942)

For some reason `./gradlew clean build` on master is failing for me on
multiple machines due to a new org.json:json version triggering license
violations, even though the lock files are not changing.

Note that the old versions are still present because if I remove
"The JSON license", which the old versions use, the check also fails...
This commit is contained in:
Lai Jiang
2023-02-23 11:37:31 -05:00
committed by GitHub
parent 34dfa2760e
commit 6d54c8d113

View File

@@ -270,6 +270,10 @@
"moduleLicense": "Public Domain",
"moduleName": "org.tukaani:xz"
},
{
"moduleLicense": "Public Domain",
"moduleName": "org.json:json"
},
{
// "Apache License, Version 2.0".
"moduleLicense": null,