blob: 261c4115a1031ad43f38051ae06196863edb88f8 [file] [log] [blame]
load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS", "gerrit_plugin")
load("//tools/bzl:classpath.bzl", "classpath_collector")
java_library(
name = "classpath",
runtime_deps = PLUGIN_DEPS + [
"//:oauth__plugin",
],
)
classpath_collector(
name = "main_classpath_collect",
deps = PLUGIN_DEPS + ["//:oauth__plugin"],
)