+5
-2
lines changedFilter options
+5
-2
lines changed Original file line number Diff line number Diff line change
@@ -4,7 +4,10 @@ load("//java:defs.bzl", "java_library")
4
4
java_library(
5
5
name = "decorators",
6
6
srcs = glob(["*.java"]),
7
-
visibility = ["//visibility:public"],
7
+
visibility = [
8
+
"//java/src/org/openqa/selenium/support:__subpackages__",
9
+
"//java/test/org/openqa/selenium/support/decorators:__pkg__",
10
+
],
8
11
deps = [
9
12
"//java/src/org/openqa/selenium:core",
10
13
artifact("net.bytebuddy:byte-buddy"),
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ java_test_suite(
27
27
"//java/src/org/openqa/selenium/ie",
28
28
"//java/src/org/openqa/selenium/json",
29
29
"//java/src/org/openqa/selenium/remote",
30
-
"//java/src/org/openqa/selenium/support/decorators",
30
+
"//java/src/org/openqa/selenium/support",
31
31
"//java/test/org/openqa/selenium/testing:annotations",
32
32
artifact("org.assertj:assertj-core"),
33
33
artifact("com.google.guava:guava"),
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4