Groovy Documentation

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

java.lang.Object
  org.gradle.plugins.idea.IdeaPlugin

class IdeaPlugin

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
void apply(Project project)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

apply

void apply(Project project)


 

Groovy Documentation