Groovy Documentation

org.gradle.plugins.idea
[Groovy] Class IdeaPlugin

java.lang.Object
  org.gradle.api.internal.plugins.IdePlugin
      org.gradle.plugins.idea.IdeaPlugin

class IdeaPlugin
extends IdePlugin

Authors:
Hans Dockter When applied to a project, this plugin add one IdeaModule task. If the project is the root project, the plugin adds also an IdeaProject task. If the java plugin is or has been added to a project where this plugin is applied to, the IdeaModule task gets some Java specific configuration.


Method Summary
protected java.lang.String getLifecycleTaskName()

protected void onApply(Project project)

 

Method Detail

getLifecycleTaskName

@Override
protected java.lang.String getLifecycleTaskName()


onApply

@Override
protected void onApply(Project project)


 

Groovy Documentation