Package org.gradle.plugin.management
APIs to influence how plugins are resolved.
- Since:
- 3.5
-
Interface Summary Interface Description PluginManagementSpec Configures how plugins are resolved.PluginRequest Contains information about a plugin that has been requested for resolution.PluginResolutionStrategy Allows modification ofPluginRequest
s before they are resolved.PluginResolveDetails Allows plugin resolution rules to inspect a requested plugin and modify which target plugin will be used.