blob: 1c9e83b6bd33418018b5bb9a7078043f8f0bddd3 [file] [log] [blame]
load("//tools/bzl:classpath.bzl", "classpath_collector")
load("//tools/bzl:plugin.bzl", "PLUGIN_DEPS")
classpath_collector(
name = "main_classpath_collect",
deps = PLUGIN_DEPS + [
"//:messageoftheday__plugin",
],
)