1
0
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:
Alex Plate 2025-02-11 20:52:21 +02:00
parent 4ca187926c
commit 0cef0d3d9a
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -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()
}
}