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:
parent
0a902bfe1c
commit
cac281424c
|
@ -125,9 +125,6 @@ if (projectsPrefix.isEmpty()) {
|
||||||
vcs = 'Git'
|
vcs = 'Git'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tasks.cleanIdea {
|
|
||||||
delete '.idea'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// eclipse configuration
|
// eclipse configuration
|
||||||
|
|
Loading…
Reference in New Issue