diff --git a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_faq.md b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_faq.md index 15bd333fb..c89af0017 100644 --- a/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_faq.md +++ b/topics/appendix/tools/intellij_platform_gradle_plugin/tools_intellij_platform_gradle_plugin_faq.md @@ -1,8 +1,8 @@ - + # IntelliJ Platform Gradle Plugin – FAQ -FAQ for using IntelliJ Platform Gradle Plugin +FAQ for using IntelliJ Platform Gradle Plugin (2.x) ### How to modify system properties of the `runIde` task? @@ -524,14 +524,6 @@ To correctly run your tests or a specific IDE: ### plugin.xml: `Cannot resolve plugin com.intellij.modules.vcs` -Add an explicit [dependency](tools_intellij_platform_gradle_plugin_dependencies_extension.md) on the bundled module: - -```kotlin -dependencies { - intellijPlatform { - bundledModule("intellij.platform.vcs.impl") - } -} -``` +Upgrade to the latest version of the IntelliJ Platform Gradle Plugin.