Skip to content

Commit 7bed535

Browse files
committed
Expose the pinned grid build target. No logical changes
1 parent 2d817e5 commit 7bed535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/server/src/org/openqa/selenium/grid/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ java_binary(
5353
}),
5454
main_class = "org.openqa.selenium.grid.Bootstrap",
5555
runtime_deps = [":grid"],
56+
visibility = [
57+
"//:__pkg__",
58+
],
5659
)
5760

5861
BASE_COMMAND_SRCS = [

0 commit comments

Comments
 (0)