Merge pull request #14860 from jasontedor/gradle-intellij-project-settings

Stop Gradle from destroying IntelliJ project settings
This commit is contained in:
Jason Tedor 2015-11-19 07:45:38 -05:00
commit bbd8eb6897

View File

@ -125,9 +125,6 @@ if (projectsPrefix.isEmpty()) {
vcs = 'Git'
}
}
tasks.cleanIdea {
delete '.idea'
}
}
// eclipse configuration