Class ProjectCollectionsGradleSettingsPlugin
-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public abstract class ProjectCollectionsGradleSettingsPlugin implements Plugin<Settings>
A Plugin for Settings objects which streamlines the collection of projects included in strategically named directories
-
-
Constructor Summary
Constructors Constructor Description ProjectCollectionsGradleSettingsPlugin()
-
Method Summary
Modifier and Type Method Description Unitapply(Settings target)The necessary Plugin.apply method override -
-
Method Detail
-
apply
Unit apply(Settings target)
The necessary Plugin.apply method override
- Parameters:
target- A Settings object instance
-
-
-
-