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 theComponentModelBasePluginandJvmResourcesPlugin. 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 voidapply(Project project)Apply this plugin to the given target object.
-