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 Adds an IdeaModule task. When applied to a root project, also adds an IdeaProject task. For projects that have the Java plugin applied, the tasks receive additional 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