@Incubating public class JavaLanguagePlugin extends Object implements Plugin<Project>
JvmLanguagePlugin
.
Adds a JavaCompile
task for each JavaSourceSet
added to a ClassDirectoryBinary
.
Registers the JavaSourceSet
element type for each FunctionalSourceSet
added to ProjectSourceSet
.Constructor and Description |
---|
JavaLanguagePlugin(org.gradle.internal.reflect.Instantiator instantiator) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Project target)
Apply this plugin to the given target object.
|