Skip to content

Commit

Permalink
Rename the webserver java_binary to WebServer.
Browse files Browse the repository at this point in the history
Previously, the webserver target would clobber the webserver directory
in the runfiles tree, and we wouldn't have access to webserver/keystore
at runtime.
  • Loading branch information
jleyba committed May 2, 2019
1 parent 1945ed5 commit 8c74517
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 = "WebServer",
main_class = "org.openqa.selenium.environment.webserver.JettyAppServer",
visibility = [
"//dotnet/test:__subpackages__",
Expand Down

0 comments on commit 8c74517

Please sign in to comment.