blob: 110faeff1ac0035a8b2ee20fe3ddc996d39bdca0 [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 + [
"//:batch__plugin",
],
)