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
This commit is contained in:
Jason Tedor 2015-11-19 07:39:21 -05:00
parent 0a902bfe1c
commit cac281424c
1 changed files with 0 additions and 3 deletions

View File

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