@Incubating public interface FeatureSpec
Modifier and Type | Method | Description |
---|---|---|
void |
capability(String group,
String name,
String version) |
Declares a capability of this feature.
|
void |
usingSourceSet(SourceSet sourceSet) |
Declares the source set which this feature is built from.
|
void usingSourceSet(SourceSet sourceSet)
sourceSet
- the source setvoid capability(String group, String name, String version)
group
- the group of the capabilityname
- the name of the capabilityversion
- the version of the capability