Skip to content

Commit

Permalink
Remove the llmInstaller dependency, which was a workaround for LLM-13649
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Feb 3, 2025
1 parent 62ed920 commit ffee3cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
7 changes: 0 additions & 7 deletions tests/java-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
}
}

Expand Down

0 comments on commit ffee3cc

Please sign in to comment.