blob: ba835b7f6819b39077cbb81f20b7ad94007a2904 [file] [log] [blame]
load("@com_googlesource_gerrit_bazlets//tools:commons.bzl", "PLUGIN_DEPS")
load("@com_googlesource_gerrit_bazlets//tools: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"],
)