Package org.gradle.api.initialization
Interface ConfigurableIncludedPluginBuild
- All Superinterfaces:
- IncludedBuild
A plugin build that is to be included in the composite.
- Since:
- 7.0
- 
Method SummaryMethods inherited from interface org.gradle.api.initialization.IncludedBuildgetName, getProjectDir, task
- 
Method Details- 
setNameSets the name of the included plugin build.- Parameters:
- name- the name of the build
- Since:
- 7.0
 
 
-