From cac281424cf186aa2a005639619a2a56745305de Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 19 Nov 2015 07:39:21 -0500 Subject: [PATCH] Stop Gradle from destroying IntelliJ project settings This commit stops Gradle from destroying the IntelliJ project settings when a Gradle refresh is executed in IntelliJ. Closes #14809 --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index af0fa12917b..724aa7269c5 100644 --- a/build.gradle +++ b/build.gradle @@ -125,9 +125,6 @@ if (projectsPrefix.isEmpty()) { vcs = 'Git' } } - tasks.cleanIdea { - delete '.idea' - } } // eclipse configuration