api / org.gradle.language.base.plugins

Package org.gradle.language.base.plugins

Types

ComponentModelBasePlugin

open class ComponentModelBasePlugin : Plugin<Project>

Base plugin for component support. Adds a org.gradle.platform.base.ComponentSpecContainer named components to the model. For each binary instance added to the binaries container, registers a lifecycle task to create that binary.

LanguageBasePlugin

open class LanguageBasePlugin : Plugin<Project>

Base plugin for language support. - Adds a ProjectSourceSet named sources to the project. - Registers the base LanguageSourceSet type.

LifecycleBasePlugin

open class LifecycleBasePlugin : Plugin<ProjectInternal>

A org.gradle.api.Plugin which defines a basic project lifecycle.