The following has been tested against Intellij IDEA 12.
Within your locally cloned Jodd working directory:
- Generate IDEA metadata with
./gradlew cleanIdea idea
- Open project in IDEA as usual
- Set the Project JDK as appropriate
- Add git support
- Code away
In any case, please do not check in your own generated .iml, .ipr, or .iws files.
You'll notice these files are already intentionally in .gitignore
. The same policy goes for eclipse metadata.
Q. What about IDEA's own Gradle support?
A. Keep an eye on http://youtrack.jetbrains.com/issue/IDEA-53476
Working on it...