Skip to content

Commit

Permalink
Remove build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 2, 2018
1 parent ffd4a25 commit a92cc4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion java/server/test/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ prebuilt_jar(

prebuilt_jar(
name = 'core-scripts',
binary_jar = '//javascript/selenium-core:selenium-core',
binary_jar = ':core-scripts.jar',
)

export_file(
name = 'core-scripts.jar',
src = '//javascript/selenium-core:selenium-core',
)
2 changes: 1 addition & 1 deletion javascript/selenium-core/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ zip_file(
':core',
],
visibility = [
'//java/server/test/org/openqa/selenium:core-scripts',
'//java/server/test/org/openqa/selenium:core-scripts.jar',
],
)

Expand Down

0 comments on commit a92cc4f

Please sign in to comment.