A software component that is built by a Gradle project.
Type | Name and description |
---|---|
DomainObjectSet<? extends BinarySpec> |
getBinaries() The binaries that are built for this component. |
String |
getDisplayName() Returns a human-consumable display name for this component. |
String |
getProjectPath() The path the the project containing this component. |
DomainObjectSet<LanguageSourceSet> |
getSource() The source sets that are used to build this component. |
void |
source(Object source) Adds one or more LanguageSourceSets that are used to compile this binary. |
The binaries that are built for this component. You can use this to configure the binaries for this component.
Returns a human-consumable display name for this component.
The path the the project containing this component.
The source sets that are used to build this component.
Adds one or more LanguageSourceSets that are used to compile this binary.
This method accepts the following types: