@Incubating public class LanguageBasePlugin extends Object implements Plugin<Project>
BinarySpec
container named binaries
to the project. Adds a ProjectSourceSet
named sources
to the project.
For each binary instance added to the binaries container, registers a lifecycle task to create that binary.Constructor and Description |
---|
LanguageBasePlugin(org.gradle.model.internal.registry.ModelRegistry modelRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Project target)
Apply this plugin to the given target object.
|