We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd4a25 commit a92cc4fCopy full SHA for a92cc4f
java/server/test/org/openqa/selenium/BUCK
@@ -35,6 +35,10 @@ prebuilt_jar(
35
36
prebuilt_jar(
37
name = 'core-scripts',
38
- binary_jar = '//javascript/selenium-core:selenium-core',
+ binary_jar = ':core-scripts.jar',
39
)
40
41
+export_file(
42
+ name = 'core-scripts.jar',
43
+ src = '//javascript/selenium-core:selenium-core',
44
+)
javascript/selenium-core/BUCK
@@ -5,7 +5,7 @@ zip_file(
5
':core',
6
],
7
visibility = [
8
- '//java/server/test/org/openqa/selenium:core-scripts',
+ '//java/server/test/org/openqa/selenium:core-scripts.jar',
9
10
11
0 commit comments