Skip to content

Commit b3a61eb

Browse files
develarintellij-monorepo-bot
authored andcommitted
update bazel files
GitOrigin-RevId: 5dabe601be67c9e7614ba87022a6c7bebadf69df
1 parent a148b7f commit b3a61eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 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", "src/gen/**/*.kt", "src/gen/**/*.java"], allow_empty = True),
14+
srcs = glob(["src/main/**/*.kt", "src/main/**/*.java", "gen/**/*.kt", "gen/**/*.java"], allow_empty = True),
1515
deps = [
1616
"@lib//:kotlin-stdlib",
1717
"@community//platform/editor-ui-api:editor-ui",

0 commit comments

Comments
 (0)