Skip to content

Commit

Permalink
Fix problem on fresh IDEA master where open telemetry library moved t…
Browse files Browse the repository at this point in the history
…o lib-client.jar

(cherry picked from commit 2319611)
  • Loading branch information
mfilippov authored and shalupov committed Dec 22, 2023
1 parent b4690cd commit 4e9da59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ abstract class GrammarKitPlugin : Plugin<Project> {

project.tasks.withType<GenerateParserTask>().configureEach {
val requiredLibs = listOf(
"app", "jdom", "trove4j", "junit", "guava", "asm-all", "automaton", "platform-api", "platform-impl",
"app", "lib", "jdom", "trove4j", "junit", "guava", "asm-all", "automaton", "platform-api", "platform-impl",
"util", "util_rt", "annotations", "picocontainer", "extensions", "idea", "openapi", "grammar-kit",
"platform-util-ui", "platform-concurrency", "intellij-deps-fastutil",
// CLion unlike IDEA contains `MockProjectEx` in `testFramework.jar` instead of `idea.jar`
Expand Down

0 comments on commit 4e9da59

Please sign in to comment.