Package org.gradle.play.plugins
Class PlayPlugin
- java.lang.Object
-
- org.gradle.play.plugins.PlayPlugin
-
@Incubating public class PlayPlugin extends Object implements Plugin<Project>
Plugin for Play Framework component support. Registers thePlayApplicationSpec
component type for the components container.
-
-
Constructor Summary
Constructors Constructor Description PlayPlugin()
-
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.
-