mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-10 12:34:06 +02:00
Fix EAP tests for IdeaVim
This commit is contained in:
parent
4ca187926c
commit
0cef0d3d9a
@ -42,7 +42,8 @@ dependencies {
|
||||
create(ideaType, ideaVersion, useInstaller)
|
||||
testFramework(TestFrameworkType.Platform)
|
||||
testFramework(TestFrameworkType.JUnit5)
|
||||
bundledPlugins("com.intellij.java", "org.jetbrains.plugins.yaml")
|
||||
bundledPlugins("com.intellij.java")
|
||||
bundledModule("intellij.yaml.editing") // Note: This should be "org.jetbrains.plugins.yaml" plugin instead of module
|
||||
instrumentationTools()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user