Skip to content

Commit ffa0e2b

Browse files
shalupovintellij-monorepo-bot
authored andcommitted
bazel: update definitions
GitOrigin-RevId: 0f77aee04ab41b053887f490c10079bbbef2d662
1 parent c959be5 commit ffa0e2b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

BUILD.bazel

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ jvm_resources(
77
strip_prefix = "resources"
88
)
99

10+
jvm_resources(
11+
name = "phpstan_test_resources",
12+
files = glob(["testData/**/*"]),
13+
strip_prefix = "testData"
14+
)
15+
1016
jvm_library(
1117
name = "phpstan",
1218
module_name = "intellij.phpstan",
@@ -57,7 +63,10 @@ jvm_library(
5763
"//phpstorm/php-openapi:php",
5864
"@community//platform/platform-util-io:ide-util-io",
5965
],
60-
runtime_deps = [":phpstan_resources"]
66+
runtime_deps = [
67+
":phpstan_resources",
68+
":phpstan_test_resources",
69+
]
6170
)
6271

6372
jvm_test(

0 commit comments

Comments
 (0)