mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02: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:
parent
63096c68a8
commit
556bd09b3b
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue