Interface InjectedPluginDependencies
-
@Incubating public interface InjectedPluginDependencies
The DSL for declaring plugins to inject into an included build. TODO: Plugins need to be located in this build's buildSrc.- Since:
- 4.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InjectedPluginDependency
id(String id)
Add a dependency on the plugin with the given id.
-
-
-
Method Detail
-
id
InjectedPluginDependency id(String id)
Add a dependency on the plugin with the given id.- Parameters:
id
- the id of the plugin to depend on- Returns:
- a mutable injected plugin dependency that can be used to further refine the dependency
-
-