Skip to content

Commit

Permalink
Expose the pinned grid build target. No logical changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 6, 2021
1 parent 2d817e5 commit 7bed535
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/server/src/org/openqa/selenium/grid/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ java_binary(
}),
main_class = "org.openqa.selenium.grid.Bootstrap",
runtime_deps = [":grid"],
visibility = [
"//:__pkg__",
],
)

BASE_COMMAND_SRCS = [
Expand Down

0 comments on commit 7bed535

Please sign in to comment.