Class PlayJavaScriptPlugin

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

@Incubating public class PlayJavaScriptPlugin extends Object implements Plugin<Project>
Plugin for adding javascript processing to a Play application. Registers "javascript" language support with the JavaScriptSourceSet.
  • Constructor Details

    • PlayJavaScriptPlugin

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