A software component that is built by a Gradle project.
Type | Name and description |
---|---|
void |
binaries(Action<? super ModelMap<BinarySpec>> action) Configures the binaries that are produced for this component. |
ModelMap<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. |
ModelMap<LanguageSourceSet> |
getSource() The source sets that are used to build this component. |
void |
sources(Action<? super ModelMap<LanguageSourceSet>> action) Configures the source sets used to build this component. |
Configures the binaries that are produced for this component.
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.
Configures the source sets used to build this component.