You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to license...@googlegroups.com
Hey License Finder team!
I'm working on a Labs project and we're trying to pull in License Finder. Our application is a Kotlin Spring Boot web app with the frontend written in Angular.
We're having 2 issues with License FInder right now. Versions: License Finder: 5.11.1 Ruby: ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin18] OSx: Mojave 10.14.6 Gradle: 5.6.2
1) We cannot get the permitted_licenses command to execute.
=C2=B1 |master {11} S:1 U:2 =E2=9C=97| =E2=86=92 license_finder permitted_= licenses add MIT Could not find command "permitted_licenses". Deprecation warning: Thor exit with status 0 on errors. To keep this behavior, you must define `exit_on_failure?` in `LicenseFinder::CLI::Main` You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
2) The documentation for LicenseFinder says that we need this gradle plugin to be able to produce a report of our dependencies first ( https://github.com/hierynomus/license-gradle-plugin). When we install the plugin and generate the report we get an empty result, our dependency-json file contains {"dependencies":[]}.