mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-23 04:34:03 +02:00
Remove the llmInstaller dependency, which was a workaround for LLM-13649
This commit is contained in:
parent
62ed920363
commit
ffee3ccbeb
@ -195,13 +195,6 @@ tasks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
systemProperty("ideavim.nvim.test", System.getProperty("nvim") ?: false)
|
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 {
|
compileJava {
|
||||||
|
@ -62,13 +62,6 @@ tasks {
|
|||||||
println("Set env TEAMCITY_VERSION to X to enable project leak checks from the platform")
|
println("Set env TEAMCITY_VERSION to X to enable project leak checks from the platform")
|
||||||
environment("TEAMCITY_VERSION" to "X")
|
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")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user