blob: 4de8f3003eca1779cbc3cdabb40709be5c3e989f [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 + [
"//:force-draft__plugin",
],
)