blob: 8811f3048b29dd8d35cd50badb57b544d6a2c074 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS")
load("//tools/bzl:classpath.bzl", "classpath_collector")
classpath_collector(
name = "main_classpath_collect",
deps = PLUGIN_DEPS + [
"//:remote-gerrit-account-cache__plugin",
],
)