1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-03 04:34:03 +02:00

Remove the llmInstaller dependency, which was a workaround for LLM-13649

This commit is contained in:
Alex Plate 2025-02-03 11:12:02 +02:00
parent 62ed920363
commit ffee3ccbeb
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 0 additions and 14 deletions

View File

@ -195,13 +195,6 @@ tasks {
}
systemProperty("ideavim.nvim.test", System.getProperty("nvim") ?: false)
dependencies {
intellijPlatform {
// Temporal solution to make tests work on the latest EAP release. See LLM-13649
bundledPlugins("com.intellij.llmInstaller")
}
}
}
compileJava {

View File

@ -62,13 +62,6 @@ tasks {
println("Set env TEAMCITY_VERSION to X to enable project leak checks from the platform")
environment("TEAMCITY_VERSION" to "X")
}
dependencies {
intellijPlatform {
// Temporal solution to make tests work on the latest EAP release. See LLM-13649
bundledPlugins("com.intellij.llmInstaller")
}
}
}
}