Package org.gradle.play.plugins
Class PlayJavaScriptPlugin
- java.lang.Object
-
- org.gradle.play.plugins.PlayJavaScriptPlugin
-
@Incubating public class PlayJavaScriptPlugin extends Object implements Plugin<Project>
Plugin for adding javascript processing to a Play application. Registers "javascript" language support with theJavaScriptSourceSet
.
-
-
Constructor Summary
Constructors Constructor Description PlayJavaScriptPlugin()
-
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.
-