mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
tools_intellij_platform_gradle_plugin_faq.md: clarify obsolete issue
This commit is contained in:
parent
7ad8389e0d
commit
83b5443633
@ -1,8 +1,8 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# IntelliJ Platform Gradle Plugin – FAQ
|
||||
|
||||
<link-summary>FAQ for using IntelliJ Platform Gradle Plugin</link-summary>
|
||||
<link-summary>FAQ for using IntelliJ Platform Gradle Plugin (2.x)</link-summary>
|
||||
|
||||
### 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.
|
||||
|
||||
<include from="snippets.topic" element-id="missingContent"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user