@Incubating public class LanguageBasePlugin extends Object implements Plugin<Project>
BinariesContainer named binaries to the project.
Adds a ProjectSourceSet named sources to the project.
Registers the ResourceSet element type for each FunctionalSourceSet added to ProjectSourceSet.| Constructor and Description |
|---|
LanguageBasePlugin(org.gradle.internal.reflect.Instantiator instantiator,
org.gradle.api.internal.file.FileResolver fileResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Project target)
Apply this plugin to the given target object.
|