mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
plugin_dependencies.md: note about transitive dependencies in tests for Gradle
This commit is contained in:
parent
3f201b49cf
commit
0eb257bc7b
@ -34,6 +34,8 @@ intellij {
|
||||
}
|
||||
```
|
||||
|
||||
> **NOTE** Transitive dependencies required for tests must currently be [specified explicitly](https://github.com/JetBrains/gradle-intellij-plugin/issues/38).
|
||||
|
||||
#### 2.2 DevKit
|
||||
If the project is using [DevKit](/basics/getting_started/using_dev_kit.md), add the JARs of the plugin on which the project depends to the **classpath** of the *IntelliJ Platform SDK*.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user