From 468c5a3f080896ef9eeeaf24087bffc660ec4246 Mon Sep 17 00:00:00 2001 From: Eric Salo <salo@google.com> Date: Thu, 3 Oct 2024 18:38:42 -0700 Subject: [PATCH] cleanup: delete distribs attribute from java_proto_library() PiperOrigin-RevId: 682114879 --- bazel/private/bazel_java_proto_library_rule.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/bazel/private/bazel_java_proto_library_rule.bzl b/bazel/private/bazel_java_proto_library_rule.bzl index e5217f2de4..94c59b2e14 100644 --- a/bazel/private/bazel_java_proto_library_rule.bzl +++ b/bazel/private/bazel_java_proto_library_rule.bzl @@ -154,7 +154,6 @@ rules to generate Java code for. ), # buildifier: disable=attr-license (calling attr.license()) "licenses": attr.license() if hasattr(attr, "license") else attr.string_list(), - "distribs": attr.string_list(), } | toolchains.if_legacy_toolchain({ "_aspect_java_proto_toolchain": attr.label( default = configuration_field(fragment = "proto", name = "proto_toolchain_for_java"),