Class PlayApplicationPlugin

java.lang.Object
org.gradle.play.plugins.PlayApplicationPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class PlayApplicationPlugin extends Object implements Plugin<Project>
Plugin for Play Framework component support. Registers the PlayApplicationSpec component type for the components container.
  • Field Details

  • Constructor Details

    • PlayApplicationPlugin

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