Class LanguageBasePlugin

java.lang.Object
org.gradle.language.base.plugins.LanguageBasePlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class LanguageBasePlugin extends Object implements Plugin<Project>
Base plugin for language support. - Adds a ProjectSourceSet named sources to the project. - Registers the base LanguageSourceSet type.
  • Constructor Details

    • LanguageBasePlugin

      public LanguageBasePlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object