gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.plugin.management
/
PluginResolutionStrategy
Plugin
Resolution
Strategy
API
interface
PluginResolutionStrategy
(
source
)
Allows modification of
PluginRequest
s before they are resolved.
Since
3.5
Members
Functions
each
Plugin
Link copied to clipboard
API
abstract
fun
eachPlugin
(
rule
:
Action
<
in
PluginResolveDetails
>
)
Adds an action that is executed for each plugin that is resolved.