| API Documentation: | LanguageSourceSet |
|---|
Note: This class is incubating and may change in a future version of Gradle.
A set of sources for a programming language.
Task buildTask
Note: This property is incubating and may change in a future version of Gradle.
The 'lifecycle' task associated with the construction of this element.
SourceDirectorySet source (read-only)
Note: This property is incubating and may change in a future version of Gradle.
The source files.
void builtBy(Object... tasks)
Object...Note: This method is incubating and may change in a future version of Gradle.
Adds a task that is required for the construction of this element. A task added this way is then added as a dependency of the associated lifecycle task.
void source(Action<? super SourceDirectorySet> config)
Action<? super SourceDirectorySet>Note: This method is incubating and may change in a future version of Gradle.
Configure the sources