Definition of a software component that is to be built by Gradle to run a on JVM platform.
Type | Name and description |
---|---|
String |
getBaseName() The name that is used to construct the output file names when building this component. |
DomainObjectSet<NativeBinarySpec> |
getNativeBinaries() {@inheritDoc} |
void |
setBaseName(String baseName) Sets the name that is used to construct the output file names when building this component. |
Methods inherited from class | Name |
---|---|
interface ComponentSpec |
getBinaries, getDisplayName, getProjectPath, getSource, source |
interface Named |
getName |
The name that is used to construct the output file names when building this component.
{@inheritDoc}
Sets the name that is used to construct the output file names when building this component.