hierynomus / license-gradle-plugin

Manage your license(s)
http://www.javadude.nl
Other
409 stars 114 forks source link

Have downloadLicenses download the licenses locally #154

Open sadeel opened 6 years ago

sadeel commented 6 years ago

Hi,

I am interested in using this plugin to get a list of all licenses and to download their contents locally. For my specific use case, I need to create a self contained docker image that has all license information stored inside. Currently I am able to get a list of licenses, but the licenses point to web-pages. Is it possible to add a parameter to optionally download them instead?

Thanks