blob: 5e416db0ef42b126c9519c660b6d047fb5a03a56 [file] [log] [blame] [edit]
load("//tools/bzl:classpath.bzl", "classpath_collector")
load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS")
classpath_collector(
name = "main_classpath_collect",
deps = PLUGIN_DEPS + [
"//:force-draft__plugin",
],
)