A {@code PluginContainer} is used to manage a set of {@link org.gradle.api.Plugin} instances applied to aparticular project.
Plugins can be specified using either an id or type. The id of a plugin is specified using a META-INF/gradle-plugins/${id}.properties classpath resource.
|
|