jk1 / Gradle-License-Report

A plugin for generating reports about the licenses of third party software using Gradle
Other
328 stars 99 forks source link

Improve support for checkLicense to allow license black listing #256

Open ghilainm opened 1 year ago

ghilainm commented 1 year ago

I have javax.mail on my classpath. It defines several licenses, it seems that defining only one license in the allowed license file is enough to pass the check but in reality, it seems wrong. It would be nice if we could have more fine-grained control in the check license task.

nsoft commented 1 year ago

Actually this is not usually wrong. Normally the presence of multiple licenses means you get to choose whichever one you like.

balrok commented 6 months ago

I opened a duplicate on #285