Skip to content

Commit

Permalink
[bazel]: Fix the bazel build on Windows and OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed May 13, 2019
1 parent feecd7c commit 81c743c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ java_library(
)

java_binary(
name = "WebServer",
name = "appserver",
main_class = "org.openqa.selenium.environment.webserver.JettyAppServer",
visibility = [
"//dotnet/test:__subpackages__",
Expand Down

0 comments on commit 81c743c

Please sign in to comment.