Class PlayIdePlugin

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

@Incubating public class PlayIdePlugin extends Object implements Plugin<Project>
Plugin for configuring IDE plugins when the project uses the Play Framework component support.

NOTE: This currently supports configuring the 'idea' plugin only.

  • Constructor Details

    • PlayIdePlugin

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