Skip to content

Commit a44cbbd

Browse files
develarintellij-monorepo-bot
authored andcommitted
update bazel files
GitOrigin-RevId: b273fdbc54f0430131e6b1b08e1040d41260589e
1 parent cfd3d16 commit a44cbbd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jvm_library(
1111
name = "graphql",
1212
module_name = "intellij.graphql",
1313
visibility = ["//visibility:public"],
14-
srcs = glob(["src/main/**/*.kt", "src/main/**/*.java", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True),
14+
srcs = glob(["src/main/**/*.kt", "src/main/**/*.java", "gen/**/*.kt", "gen/**/*.java", "src/gen/**/*.kt", "src/gen/**/*.java"], allow_empty = True),
1515
deps = [
1616
"@lib//:kotlin-stdlib",
1717
"@community//platform/editor-ui-api:editor-ui",
@@ -38,6 +38,7 @@ jvm_library(
3838
"@community//spellchecker",
3939
"//webcore/impl",
4040
"@community//platform/backend/workspace",
41+
"@community//platform/workspace/storage",
4142
"@community//json/backend",
4243
"@lib//:swingx",
4344
"@lib//:gson",

tests/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jvm_library(
4343
"@community//spellchecker:spellchecker_test_lib",
4444
"//webcore/impl",
4545
"@community//platform/backend/workspace",
46+
"@community//platform/workspace/storage",
4647
"@community//json/backend",
4748
"@community//platform/testFramework",
4849
"@community//platform/testFramework:testFramework_test_lib",

0 commit comments

Comments
 (0)