Gradle 2.2 Can Specify VCS Info For IDEA
Have you noticed that in the release notes for Gradle 2.2 there is a section about specifying version control system for IntelliJ IDEA?
http://gradle.org/docs/release-candidate/release-notes#specify-version-control-system-for-intellij-idea
However, it says "It is not respected when the project is imported into IDEA using IDEA's import feature."
Is this something that you are looking at implementing separately?
Please sign in to leave a comment.
There is no need to have such vcs specific info in a build scripts. You can use any VCS for your project (which has related support in IDEA) and IDEA will recognize it automatically after Gradle project import.
Just try to clone a gradle project from the github, import it and open version control settings.
This support was added since IDEA 13.0, see https://youtrack.jetbrains.com/issue/IDEA-110625 for details.