Questions tagged [idea-gradle-plugin]

The Idea plugin for Gradle allows Gradle to generate the project configuration files used by IntelliJ.

The IDEA Plugin

3 questions
5
votes
2 answers

Pass custom code style xml to gradle idea plugin

Is there any way to tell the gradle idea plugin to use a custom code style xml when generating the project's files? I can always copy the xml into "~/Library/Preferences/IntelliJIdea13/codestyles" and then change the code style once I import the…
1
vote
1 answer

Intellij : How to exclude file of particular types from indexing

I am working on an android project in Android Studio. My project uses a lot of *.cpp and *.hpp files. So when I open my project , Android Studio starts indexing the *.cpp files and becomes very slow. I tried this in gradle: idea { module { …
0
votes
0 answers

Configuring IntelliJ code formatting using Gradle's Idea plugin

I've seen lots of mentions of using the idea plugin for Gradle to configure IntelliJ's code formatting, but I can't find any examples of what this would look like. I gather it would involve modifying the XML of IntelliJ's config files directly, but…
Brad Mace
  • 27,194
  • 17
  • 102
  • 148