Skip to content

Commit

Permalink
Remove empty plugins lists.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 617628676
  • Loading branch information
cpovirk authored and Guice Team committed Mar 20, 2024
1 parent a0b4d16 commit 018f28f
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 47 deletions.
4 changes: 0 additions & 4 deletions core/src/com/google/inject/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ java_library(
exclude = IMPLEMENTED_BY_SRCS + PROVIDED_BY_SRCS + ANNOTATION_SRCS + CALLER_FINDER_COMMON_SRCS,
),
javacopts = JAVAC_OPTS,
plugins = [
],
tags = ["maven_coordinates=com.google.inject:guice:" + POM_VERSION],
exports = [
":annotations",
Expand Down Expand Up @@ -99,8 +97,6 @@ java_library(
name = "annotations",
srcs = ANNOTATION_SRCS,
javacopts = JAVAC_OPTS,
plugins = [
],
deps = [
"//third_party/java/error_prone:annotations",
"//third_party/java/jakarta_inject",
Expand Down
2 changes: 0 additions & 2 deletions core/test/com/google/inject/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ java_library(
],
),
javacopts = ["-Xep:BetaApi:OFF"],
plugins = [
],
deps = [
":testsupport",
"//core/src/com/google/inject",
Expand Down
2 changes: 0 additions & 2 deletions core/test/com/google/inject/errors/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ java_library(
name = "tests",
srcs = glob(["*.java"]),
javacopts = ["-Xep:BetaApi:OFF"],
plugins = [
],
resources = [
":test_error_files",
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2011 Google Inc. All rights reserved.
# Author: sameb@google.com (Sam Berlin)
load("@rules_java//java:defs.bzl", "java_library")
load("//:mvn.bzl", "gen_maven_artifact")
load(
"//:build_defs.bzl",
"JAVAC_OPTS",
"POM_VERSION",
)
load("//:mvn.bzl", "gen_maven_artifact")

package(
default_visibility = ["//:src"],
Expand All @@ -16,8 +16,6 @@ java_library(
name = "assistedinject",
srcs = glob(["**/*.java"]),
javacopts = JAVAC_OPTS,
plugins = [
],
tags = ["maven_coordinates=com.google.inject.extensions:guice-assitedinject:" + POM_VERSION],
deps = [
"//core/src/com/google/inject",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ java_library(
"subpkg/SubpackageTestPrivateFallbackOnly.java",
],
),
plugins = [
],
deps = [
"//core/src/com/google/inject",
"//core/test/com/google/inject:testsupport",
Expand All @@ -35,8 +33,6 @@ java_library(
srcs = [
"subpkg/SubpackageTestPrivateFallbackOnly.java",
],
plugins = [
],
deps = [
"//core/src/com/google/inject",
"//extensions/assistedinject/src/com/google/inject/assistedinject",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2015 Google Inc. All rights reserved.
# Author: cgruber@google.com (Christian Gruber)
load("@rules_java//java:defs.bzl", "java_library")
load("//:mvn.bzl", "gen_maven_artifact")
load(
"//:build_defs.bzl",
"JAVAC_OPTS",
"POM_VERSION",
)
load("//:mvn.bzl", "gen_maven_artifact")

package(
default_visibility = ["//:src"],
Expand All @@ -16,8 +16,6 @@ java_library(
name = "daggeradapter",
srcs = glob(["*.java"]),
javacopts = JAVAC_OPTS,
plugins = [
],
tags = ["maven_coordinates=com.google.inject.extensions:guice-dagger-adapter:" + POM_VERSION],
deps = [
"//core/src/com/google/inject",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ package(
java_library(
name = "tests",
srcs = glob(["**/*.java"]),
plugins = [
],
deps = [
"//core/src/com/google/inject",
"//extensions/dagger-adapter/src/com/google/inject/daggeradapter",
Expand Down
4 changes: 1 addition & 3 deletions extensions/grapher/src/com/google/inject/grapher/BUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2011 Google Inc. All rights reserved.
# Author: sameb@google.com (Sam Berlin)
load("@rules_java//java:defs.bzl", "java_library")
load("//:mvn.bzl", "gen_maven_artifact")
load(
"//:build_defs.bzl",
"JAVAC_OPTS",
"POM_VERSION",
)
load("//:mvn.bzl", "gen_maven_artifact")

package(
default_visibility = ["//:src"],
Expand All @@ -16,8 +16,6 @@ java_library(
name = "grapher",
srcs = glob(["**/*.java"]),
javacopts = JAVAC_OPTS,
plugins = [
],
tags = ["maven_coordinates=com.google.inject.extensions:guice-grapher:" + POM_VERSION],
deps = [
"//core/src/com/google/inject",
Expand Down
2 changes: 0 additions & 2 deletions extensions/grapher/test/com/google/inject/grapher/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ package(
java_library(
name = "tests",
srcs = glob(["**/*.java"]),
plugins = [
],
deps = [
"//core/src/com/google/inject",
"//extensions/assistedinject/src/com/google/inject/assistedinject",
Expand Down
4 changes: 1 addition & 3 deletions extensions/persist/src/com/google/inject/persist/BUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2011 Google Inc. All rights reserved.
# Author: sameb@google.com (Sam Berlin)
load("@rules_java//java:defs.bzl", "java_library")
load("//:mvn.bzl", "gen_maven_artifact")
load(
"//:build_defs.bzl",
"JAVAC_OPTS",
"POM_VERSION",
)
load("//:mvn.bzl", "gen_maven_artifact")

package(
default_visibility = ["//:src"],
Expand All @@ -16,8 +16,6 @@ java_library(
name = "persist",
srcs = glob(["**/*.java"]),
javacopts = JAVAC_OPTS,
plugins = [
],
tags = ["maven_coordinates=com.google.inject.extensions:guice-persist:" + POM_VERSION],
deps = [
"//core/src/com/google/inject",
Expand Down
6 changes: 1 addition & 5 deletions extensions/servlet/src/com/google/inject/servlet/BUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2011 Google Inc. All rights reserved.
# Author: sameb@google.com (Sam Berlin)
load("@rules_java//java:defs.bzl", "java_library")
load("//:mvn.bzl", "gen_maven_artifact")
load(
"//:build_defs.bzl",
"JAVAC_OPTS",
"POM_VERSION",
)
load("//:mvn.bzl", "gen_maven_artifact")

package(
default_visibility = ["//:src"],
Expand All @@ -16,8 +16,6 @@ java_library(
name = "request-scoped-annotation",
srcs = ["RequestScoped.java"],
javacopts = JAVAC_OPTS,
plugins = [
],
deps = [
"//third_party/java/jakarta_inject",
],
Expand All @@ -30,8 +28,6 @@ java_library(
exclude = ["RequestScoped.java"],
),
javacopts = JAVAC_OPTS,
plugins = [
],
tags = ["maven_coordinates=com.google.inject.extensions:guice-servlet:" + POM_VERSION],
exports = [":request-scoped-annotation"],
deps = [
Expand Down
2 changes: 0 additions & 2 deletions extensions/servlet/test/com/google/inject/servlet/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ java_library(
name = "tests",
srcs = glob(["**/*.java"]),
javacopts = ["-Xep:FutureReturnValueIgnored:OFF"],
plugins = [
],
deps = [
"//core/src/com/google/inject",
"//core/test/com/google/inject:testsupport",
Expand Down
4 changes: 1 addition & 3 deletions extensions/spring/src/com/google/inject/spring/BUILD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2011 Google Inc. All rights reserved.
# Author: sameb@google.com (Sam Berlin)
load("@rules_java//java:defs.bzl", "java_library")
load("//:mvn.bzl", "gen_maven_artifact")
load(
"//:build_defs.bzl",
"JAVAC_OPTS",
"POM_VERSION",
)
load("//:mvn.bzl", "gen_maven_artifact")

package(
default_visibility = ["//:src"],
Expand All @@ -16,8 +16,6 @@ java_library(
name = "spring",
srcs = glob(["*.java"]),
javacopts = JAVAC_OPTS,
plugins = [
],
tags = ["maven_coordinates=com.google.inject.extensions:guice-spring:" + POM_VERSION],
deps = [
"//core/src/com/google/inject",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ java_library(
name = "fieldbinder",
srcs = glob(["*.java"]),
javacopts = JAVAC_OPTS,
plugins = [
],
deps = [
"//core/src/com/google/inject",
"//third_party/java/error_prone:annotations",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ package(
java_library(
name = "tests",
srcs = glob(["*.java"]),
plugins = [
],
deps = [
"//core/src/com/google/inject",
"//core/test/com/google/inject:testsupport",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2011 Google Inc. All rights reserved.
# Author: sameb@google.com (Sam Berlin)
load("@rules_java//java:defs.bzl", "java_library")
load("//:mvn.bzl", "gen_maven_artifact")
load(
"//:build_defs.bzl",
"JAVAC_OPTS",
"POM_VERSION",
)
load("//:mvn.bzl", "gen_maven_artifact")

package(
default_visibility = ["//:src"],
Expand All @@ -16,8 +16,6 @@ java_library(
name = "throwingproviders",
srcs = glob(["*.java"]),
javacopts = JAVAC_OPTS,
plugins = [
],
tags = ["maven_coordinates=com.google.inject.extensions:guice-throwingproviders:" + POM_VERSION],
deps = [
"//core/src/com/google/inject",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ package(
java_library(
name = "tests",
srcs = glob(["**/*.java"]),
plugins = [
],
deps = [
"//core/src/com/google/inject",
"//core/test/com/google/inject:testsupport",
Expand Down

0 comments on commit 018f28f

Please sign in to comment.