Class ScalaLanguagePlugin
- java.lang.Object
-
- org.gradle.language.scala.plugins.ScalaLanguagePlugin
-
@Incubating public class ScalaLanguagePlugin extends Object implements Plugin<Project>
Plugin for compiling Scala code. Applies theComponentModelBasePlugin
andJvmResourcesPlugin
. Registers "scala" language support with theScalaLanguageSourceSet
.
-
-
Constructor Summary
Constructors Constructor Description ScalaLanguagePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-