public interface SourceCompile extends Task
Task.Namer
TASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Modifier and Type | Method and Description |
---|---|
ListProperty<String> |
getCompilerArgs()
Additional arguments to provide to the compiler.
|
Provider<? extends ToolChain> |
getToolChain()
The tool chain used for the compilation.
|
configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
compareTo
getExtensions
@Internal Provider<? extends ToolChain> getToolChain()
ToolChain
instance of the tool chain used for the compilation, never null.@Input ListProperty<String> getCompilerArgs()