We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936669e commit a825594Copy full SHA for a825594
java/client/test/org/openqa/selenium/BUILD.bazel
@@ -59,6 +59,10 @@ java_selenium_test_suite(
59
["*Test.java"],
60
exclude = SMALL_TESTS,
61
),
62
+ javacopts = [
63
+ "--release",
64
+ "11",
65
+ ],
66
deps = [
67
":helpers",
68
"//java/client/src/org/openqa/selenium/remote",
@@ -93,6 +97,10 @@ java_library(
93
97
]) + [
94
98
"interactions/touch/TouchTestBase.java",
95
99
],
100
101
102
103
96
104
visibility = [
105
"//java/client/test:__subpackages__",
106
0 commit comments