Skip to content

Commit

Permalink
Get the dist-zips building nicely again
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 12, 2019
1 parent 6085af9 commit bee5ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/BUILD.bazel
Expand Up @@ -56,6 +56,7 @@ java_dist_zip(
":client-combined",
],
third_party_prefixes = [
"@maven//",
"//third_party",
]
)
Expand Down
1 change: 1 addition & 0 deletions java/server/src/org/openqa/selenium/grid/BUILD.bazel
Expand Up @@ -58,6 +58,7 @@ java_dist_zip(
":grid",
],
third_party_prefixes = [
"@maven//",
"//third_party",
]
)

0 comments on commit bee5ee2

Please sign in to comment.