Skip to content

Commit ac8ab2e

Browse files
committed
[bazel] Run buildifier to clean up build files
1 parent 5e020b4 commit ac8ab2e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

java/client/src/org/openqa/selenium/devtools/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ java_library(
3030
copy_file(
3131
name = "mutation-listener",
3232
src = "//javascript/cdp-support:mutation-listener.js",
33-
out = "mutation-listener.js"
33+
out = "mutation-listener.js",
3434
)
3535

3636
java_export(
@@ -44,11 +44,11 @@ java_export(
4444
],
4545
exclude = PROTOTYPE_SOURCES + GENERATOR_SOURCES,
4646
),
47+
maven_coordinates = "org.seleniumhq.selenium:selenium-devtools:%s" % SE_VERSION,
48+
pom_template = "//java/client/src/org/openqa/selenium:template-pom",
4749
resources = [
4850
":mutation-listener",
4951
],
50-
maven_coordinates = "org.seleniumhq.selenium:selenium-devtools:%s" % SE_VERSION,
51-
pom_template = "//java/client/src/org/openqa/selenium:template-pom",
5252
visibility = [
5353
"//visibility:public",
5454
],

java/client/test/com/thoughtworks/selenium/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ load("//java:defs.bzl", "java_test_suite")
33

44
java_library(
55
name = "test-base",
6+
testonly = True,
67
srcs = [
78
"InternalSelenseTestBase.java",
89
],
9-
testonly = True,
1010
resource_strip_prefix = "java/client/test",
1111
resources = [
1212
"testHelpers.js",

java/client/test/org/openqa/selenium/environment/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ java_library(
6767

6868
java_binary(
6969
name = "appserver",
70-
main_class = "org.openqa.selenium.environment.webserver.JettyAppServer",
7170
testonly = True,
71+
main_class = "org.openqa.selenium.environment.webserver.JettyAppServer",
7272
visibility = [
7373
"//:__pkg__",
7474
"//dotnet/test:__subpackages__",
@@ -80,8 +80,8 @@ java_binary(
8080

8181
java_binary(
8282
name = "jre-server",
83-
main_class = "org.openqa.selenium.environment.webserver.JreAppServer",
8483
testonly = True,
84+
main_class = "org.openqa.selenium.environment.webserver.JreAppServer",
8585
visibility = [
8686
"//dotnet/test:__subpackages__",
8787
],
@@ -92,8 +92,8 @@ java_binary(
9292

9393
java_library(
9494
name = "test-base",
95-
srcs = ["webserver/AppServerTestBase.java"],
9695
testonly = True,
96+
srcs = ["webserver/AppServerTestBase.java"],
9797
deps = [
9898
":environment",
9999
"//java/client/src/org/openqa/selenium:core",

0 commit comments

Comments
 (0)