api / org.gradle.plugins.ide.idea

Package org.gradle.plugins.ide.idea

Types

GenerateIdeaModule

open class GenerateIdeaModule : XmlGeneratorTask<Module>

Generates an IDEA module file. If you want to fine tune the idea configuration

Please refer to interesting examples on idea configuration in IdeaModule.

At this moment nearly all configuration is done via IdeaModule.

GenerateIdeaProject

open class GenerateIdeaProject : XmlGeneratorTask<Project>

Generates an IDEA project file for root project *only*. If you want to fine tune the idea configuration

At this moment nearly all configuration is done via IdeaProject.

GenerateIdeaWorkspace

open class GenerateIdeaWorkspace : XmlGeneratorTask<Workspace>

Generates an IDEA workspace file *only* for root project. There's little you can configure about workspace generation at the moment.

IdeaPlugin

open class IdeaPlugin : IdePlugin

Adds a GenerateIdeaModule task. When applied to a root project, also adds a GenerateIdeaProject task. For projects that have the Java plugin applied, the tasks receive additional Java-specific configuration.