cashapp / licensee

Gradle plugin which validates the licenses of your dependency graph match what you expect
https://cashapp.github.io/licensee/docs/1.x/
Apache License 2.0
614 stars 28 forks source link

Use pluginManager #219

Closed hfhbd closed 1 year ago

hfhbd commented 1 year ago

While not deprecated, it is preferred to use the methods of this interface or the [PluginAware.getPluginManager()](https://docs.gradle.org/current/dsl/org.gradle.api.plugins.PluginAware.html#org.gradle.api.plugins.PluginAware:pluginManager) than use the plugin container.

https://docs.gradle.org/current/dsl/org.gradle.api.Project.html#org.gradle.api.Project:plugins