We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe1e54 commit 3fca37fCopy full SHA for 3fca37f
java/com/engflow/example/BUILD
@@ -2,11 +2,11 @@ package(default_visibility = ["//visibility:public"])
2
3
java_library(
4
name = "example",
5
- srcs = glob(["Example.java"]),
+ srcs = ["Example.java"],
6
)
7
8
java_test(
9
name = "ExampleTest",
10
- srcs = glob(["ExampleTest.java"]),
+ srcs = ["ExampleTest.java"],
11
deps = [":example"],
12
0 commit comments