Skip to content

Commit a92cc4f

Browse files
committed
Remove build warning
1 parent ffd4a25 commit a92cc4f

File tree

2 files changed

+6
-2
lines changed
  • javascript/selenium-core
  • java/server/test/org/openqa/selenium

2 files changed

+6
-2
lines changed

java/server/test/org/openqa/selenium/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ prebuilt_jar(
3535

3636
prebuilt_jar(
3737
name = 'core-scripts',
38-
binary_jar = '//javascript/selenium-core:selenium-core',
38+
binary_jar = ':core-scripts.jar',
3939
)
4040

41+
export_file(
42+
name = 'core-scripts.jar',
43+
src = '//javascript/selenium-core:selenium-core',
44+
)

javascript/selenium-core/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ zip_file(
55
':core',
66
],
77
visibility = [
8-
'//java/server/test/org/openqa/selenium:core-scripts',
8+
'//java/server/test/org/openqa/selenium:core-scripts.jar',
99
],
1010
)
1111

0 commit comments

Comments
 (0)