Class ScalaLanguagePlugin

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

@Incubating public class ScalaLanguagePlugin extends Object implements Plugin<Project>
Plugin for compiling Scala code. Applies the ComponentModelBasePlugin and JvmResourcesPlugin. Registers "scala" language support with the ScalaLanguageSourceSet.
  • Constructor Details

    • ScalaLanguagePlugin

      public ScalaLanguagePlugin()
  • 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